#093DB7

Color #093DB7 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #093DB7

Tints of Cobalt #093DB7

Color information

#093DB7 (or 0x093DB7) is unknown color: approx Cobalt. HEX triplet: 09, 3D and B7. RGB value is (9,61,183). Sum of RGB (Red+Green+Blue) = 9+61+183=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 183 (71.88% from 255 or 72.33% from 253); Max value from RGB is 183 - color contains mainly: blue. Hex color #093DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093DB7 is #F6C248. Grayscale: #3A3A3A. Windows color (decimal): -16171593 or 12008713. OLE color: 12008713.

HSL color Cylindrical-coordinate representation of color #093DB7: hue angle of 222.07º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093DB7 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB961183-
CMYK0.950.6700.28
HSL222.07º90.62%37.65%-
HSV(B)222.07º95.08%71.76%-
XYZ10.336.8145.57-
YUV59.36197.7792.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 3.56%
GREEN value IS 61 (24.22% from 255) = 24.11%
BLUE value IS 183 (71.88% from 255) = 72.33%
R=3.56%
G=24.11%
B=72.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal9611830.950.6700.28222.0790.6237.65
Hex93DB75F4301Cde5b26
Octal117526713710303433613346
Binary10011111011011011110111111000011011100110111101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093DB7; }

 p { color: rgb(9,61,183); }

 H1.HeaderClassName
 {
   color: #093DB7;
 }
 .AnyTagClassName
 {
   color: #093DB7;
 }
</style>
background-color css

<style>
 a { background-color: #093DB7; }

 a { background-color: rgb(9,61,183); }

 div.DivClassName
 {
   background-color: #093DB7;
 }
 .BgClassName
 {
   background-color: #093DB7;
 }
</style>
border-color css

<style>
 span { border-color: #093DB7; }

 span { border-color: rgb(9,61,183); }

 td.TdClassName
 {
   border-color: #093DB7;
 }
 .TagClassName
 {
   border-color: #093DB7;
 }
</style>