Html Css Color HEX #094CA5 Cobalt

📋 copy color: '#094CA5'

red 9 ◦ green 76 ◦ blue 165

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

Shades of Cobalt #094CA5

Tints of Cobalt #094CA5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

 BLUE value IS 165 (64.84% from 255) = 66%

R = 3.6%
G = 30.4%
B = 66%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#094CA5 (or 0x094CA5) is known color: Cobalt. HEX triplet: 09, 4C and A5. RGB value is (9,76,165). Sum of RGB (Red+Green+Blue) = 9+76+165=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 165 (64.84% from 255 or 66% from 250); Max value from RGB is 165 - color contains mainly: blue. Hex color #094CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094CA5 is #F6B35A. Grayscale: #414141. Windows color (decimal): -16167771 or 10832905. OLE color: 10832905.

HSL color Cylindrical-coordinate representation of color #094CA5: hue angle of 214.23º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094CA5 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 76 165 -
CMYK 0.95 0.54 0 0.35
HSL 214.23º 0.9% 0.34% -
HSV(B) 214.23º 0.95% 0.65% -
XYZ 9.49 7.94 36.63 -
YUV 66.11 183.8 87.26 -
System Red Green Blue C M Y K H S L
Decimal 9 76 165 0.95 0.54 0 0.35 214.23 0.9 0.34
Hex 9 4C A5 5F 36 0 23 D6 5A 22
Octal 11 114 245 137 66 0 43 326 132 42
Binary 1001 1001100 10100101 1011111 110110 0 100011 11010110 1011010 100010

Color Harmonies of #094CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CA5

Black with #094CA5

Text Example


Text Example

White with #094CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,76,165); }

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

background-color css

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

 a { background-color: rgb(9,76,165); }

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

border-color css

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

 span { border-color: rgb(9,76,165); }

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