Html Css Color HEX #094CA1 Cobalt

📋 copy color: '#094CA1'

red 9 ◦ green 76 ◦ blue 161

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

Shades of Cobalt #094CA1

Tints of Cobalt #094CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 65.45%

R = 3.66%
G = 30.89%
B = 65.45%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#094CA1 (or 0x094CA1) is known color: Cobalt. HEX triplet: 09, 4C and A1. RGB value is (9,76,161). Sum of RGB (Red+Green+Blue) = 9+76+161=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 161 (63.28% from 255 or 65.45% from 246); Max value from RGB is 161 - color contains mainly: blue. Hex color #094CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094CA1 is #F6B35E. Grayscale: #414141. Windows color (decimal): -16167775 or 10570761. OLE color: 10570761.

HSL color Cylindrical-coordinate representation of color #094CA1: hue angle of 213.55º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094CA1 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 76 161 -
CMYK 0.94 0.53 0 0.37
HSL 213.55º 0.89% 0.33% -
HSV(B) 213.55º 0.94% 0.63% -
XYZ 9.13 7.8 34.74 -
YUV 65.66 181.8 87.59 -
System Red Green Blue C M Y K H S L
Decimal 9 76 161 0.94 0.53 0 0.37 213.55 0.89 0.33
Hex 9 4C A1 5E 35 0 25 D6 59 21
Octal 11 114 241 136 65 0 45 326 131 41
Binary 1001 1001100 10100001 1011110 110101 0 100101 11010110 1011001 100001

Color Harmonies of #094CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CA1

Black with #094CA1

Text Example


Text Example

White with #094CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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