Html Css Color HEX #093EAA Cobalt

📋 copy color: '#093EAA'

red 9 ◦ green 62 ◦ blue 170

#093EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #093EAA

Tints of Cobalt #093EAA

RGB

 RED value IS 9 (3.91% from 255) = 3.73%

 GREEN value IS 62 (24.61% from 255) = 25.73%

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 3.73%
G = 25.73%
B = 70.54%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#093EAA (or 0x093EAA) is known color: Cobalt. HEX triplet: 09, 3E and AA. RGB value is (9,62,170). Sum of RGB (Red+Green+Blue) = 9+62+170=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #093EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093EAA is #F6C155. Grayscale: #393939. Windows color (decimal): -16171350 or 11157001. OLE color: 11157001.

HSL color Cylindrical-coordinate representation of color #093EAA: hue angle of 220.25º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093EAA is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 62 170 -
CMYK 0.95 0.64 0 0.33
HSL 220.25º 0.9% 0.35% -
HSV(B) 220.25º 0.95% 0.67% -
XYZ 9.09 6.41 38.79 -
YUV 58.47 190.94 92.72 -
System Red Green Blue C M Y K H S L
Decimal 9 62 170 0.95 0.64 0 0.33 220.25 0.9 0.35
Hex 9 3E AA 5F 40 0 21 DC 5A 23
Octal 11 76 252 137 100 0 41 334 132 43
Binary 1001 111110 10101010 1011111 1000000 0 100001 11011100 1011010 100011

Color Harmonies of #093EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EAA

Black with #093EAA

Text Example


Text Example

White with #093EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,62,170); }

 H1.HeaderClassName
 {
   color: #093EAA;
 }
 .AnyTagClassName
 {
   color: #093EAA;
 }
</style>

background-color css

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

 a { background-color: rgb(9,62,170); }

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

border-color css

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

 span { border-color: rgb(9,62,170); }

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