Html Css Color HEX #094BB8 Cobalt

📋 copy color: '#094BB8'

red 9 ◦ green 75 ◦ blue 184

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

Shades of Cobalt #094BB8

Tints of Cobalt #094BB8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

 BLUE value IS 184 (72.27% from 255) = 68.66%

R = 3.36%
G = 27.99%
B = 68.66%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#094BB8 (or 0x094BB8) is known color: Cobalt. HEX triplet: 09, 4B and B8. RGB value is (9,75,184). Sum of RGB (Red+Green+Blue) = 9+75+184=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 184 (72.27% from 255 or 68.66% from 268); Max value from RGB is 184 - color contains mainly: blue. Hex color #094BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094BB8 is #F6B447. Grayscale: #434343. Windows color (decimal): -16168008 or 12077833. OLE color: 12077833.

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

Color convert

RGB 9 75 184 -
CMYK 0.95 0.59 0 0.28
HSL 217.37º 0.91% 0.38% -
HSV(B) 217.37º 0.95% 0.72% -
XYZ 11.28 8.55 46.4 -
YUV 67.69 193.63 86.14 -
System Red Green Blue C M Y K H S L
Decimal 9 75 184 0.95 0.59 0 0.28 217.37 0.91 0.38
Hex 9 4B B8 5F 3B 0 1C D9 5B 26
Octal 11 113 270 137 73 0 34 331 133 46
Binary 1001 1001011 10111000 1011111 111011 0 11100 11011001 1011011 100110

Color Harmonies of #094BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094BB8

Black with #094BB8

Text Example


Text Example

White with #094BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,75,184); }

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

background-color css

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

 a { background-color: rgb(9,75,184); }

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

border-color css

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

 span { border-color: rgb(9,75,184); }

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