Html Css Color HEX #094AAB Cobalt

📋 copy color: '#094AAB'

red 9 ◦ green 74 ◦ blue 171

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

Shades of Cobalt #094AAB

Tints of Cobalt #094AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

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

R = 3.54%
G = 29.13%
B = 67.32%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#094AAB (or 0x094AAB) is known color: Cobalt. HEX triplet: 09, 4A and AB. RGB value is (9,74,171). Sum of RGB (Red+Green+Blue) = 9+74+171=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #094AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094AAB is #F6B554. Grayscale: #414141. Windows color (decimal): -16168277 or 11225609. OLE color: 11225609.

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

Color convert

RGB 9 74 171 -
CMYK 0.95 0.57 0 0.33
HSL 215.93º 0.9% 0.35% -
HSV(B) 215.93º 0.95% 0.67% -
XYZ 9.91 7.9 39.53 -
YUV 65.62 187.47 87.61 -
System Red Green Blue C M Y K H S L
Decimal 9 74 171 0.95 0.57 0 0.33 215.93 0.9 0.35
Hex 9 4A AB 5F 39 0 21 D8 5A 23
Octal 11 112 253 137 71 0 41 330 132 43
Binary 1001 1001010 10101011 1011111 111001 0 100001 11011000 1011010 100011

Color Harmonies of #094AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094AAB

Black with #094AAB

Text Example


Text Example

White with #094AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094AAB; }

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

 H1.HeaderClassName
 {
   color: #094AAB;
 }
 .AnyTagClassName
 {
   color: #094AAB;
 }
</style>

background-color css

<style>
 a { background-color: #094AAB; }

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

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

border-color css

<style>
 span { border-color: #094AAB; }

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

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