Html Css Color HEX #093EAB Cobalt

📋 copy color: '#093EAB'

red 9 ◦ green 62 ◦ blue 171

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

Shades of Cobalt #093EAB

Tints of Cobalt #093EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.66%

R = 3.72%
G = 25.62%
B = 70.66%

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

#093EAB (or 0x093EAB) is known color: Cobalt. HEX triplet: 09, 3E and AB. RGB value is (9,62,171). Sum of RGB (Red+Green+Blue) = 9+62+171=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #093EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093EAB is #F6C154. Grayscale: #3A3A3A. Windows color (decimal): -16171349 or 11222537. OLE color: 11222537.

HSL color Cylindrical-coordinate representation of color #093EAB: hue angle of 220.37º 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 #093EAB is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 62 171 -
CMYK 0.95 0.64 0 0.33
HSL 220.37º 0.9% 0.35% -
HSV(B) 220.37º 0.95% 0.67% -
XYZ 9.19 6.44 39.29 -
YUV 58.58 191.44 92.64 -
System Red Green Blue C M Y K H S L
Decimal 9 62 171 0.95 0.64 0 0.33 220.37 0.9 0.35
Hex 9 3E AB 5F 40 0 21 DC 5A 23
Octal 11 76 253 137 100 0 41 334 132 43
Binary 1001 111110 10101011 1011111 1000000 0 100001 11011100 1011010 100011

Color Harmonies of #093EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EAB

Black with #093EAB

Text Example


Text Example

White with #093EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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