Html Css Color HEX #094FA3 Cobalt

📋 copy color: '#094FA3'

red 9 ◦ green 79 ◦ blue 163

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

Shades of Cobalt #094FA3

Tints of Cobalt #094FA3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.47%

 BLUE value IS 163 (64.06% from 255) = 64.94%

R = 3.59%
G = 31.47%
B = 64.94%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#094FA3 (or 0x094FA3) is known color: Cobalt. HEX triplet: 09, 4F and A3. RGB value is (9,79,163). Sum of RGB (Red+Green+Blue) = 9+79+163=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 163 (64.06% from 255 or 64.94% from 251); Max value from RGB is 163 - color contains mainly: blue. Hex color #094FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094FA3 is #F6B05C. Grayscale: #434343. Windows color (decimal): -16167005 or 10702601. OLE color: 10702601.

HSL color Cylindrical-coordinate representation of color #094FA3: hue angle of 212.73º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094FA3 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 79 163 -
CMYK 0.94 0.52 0 0.36
HSL 212.73º 0.9% 0.34% -
HSV(B) 212.73º 0.94% 0.64% -
XYZ 9.52 8.29 35.75 -
YUV 67.65 181.81 86.17 -
System Red Green Blue C M Y K H S L
Decimal 9 79 163 0.94 0.52 0 0.36 212.73 0.9 0.34
Hex 9 4F A3 5E 34 0 24 D5 5A 22
Octal 11 117 243 136 64 0 44 325 132 42
Binary 1001 1001111 10100011 1011110 110100 0 100100 11010101 1011010 100010

Color Harmonies of #094FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FA3

Black with #094FA3

Text Example


Text Example

White with #094FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,79,163); }

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

background-color css

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

 a { background-color: rgb(9,79,163); }

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

border-color css

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

 span { border-color: rgb(9,79,163); }

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