Html Css Color HEX #094DAE Cobalt

📋 copy color: '#094DAE'

red 9 ◦ green 77 ◦ blue 174

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

Shades of Cobalt #094DAE

Tints of Cobalt #094DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 174 (68.36% from 255) = 66.92%

R = 3.46%
G = 29.62%
B = 66.92%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#094DAE (or 0x094DAE) is known color: Cobalt. HEX triplet: 09, 4D and AE. RGB value is (9,77,174). Sum of RGB (Red+Green+Blue) = 9+77+174=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #094DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094DAE is #F6B251. Grayscale: #434343. Windows color (decimal): -16167506 or 11422985. OLE color: 11422985.

HSL color Cylindrical-coordinate representation of color #094DAE: hue angle of 215.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094DAE is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 77 174 -
CMYK 0.95 0.56 0 0.32
HSL 215.27º 0.9% 0.36% -
HSV(B) 215.27º 0.95% 0.68% -
XYZ 10.41 8.42 41.12 -
YUV 67.73 187.97 86.11 -
System Red Green Blue C M Y K H S L
Decimal 9 77 174 0.95 0.56 0 0.32 215.27 0.9 0.36
Hex 9 4D AE 5F 38 0 20 D7 5A 24
Octal 11 115 256 137 70 0 40 327 132 44
Binary 1001 1001101 10101110 1011111 111000 0 100000 11010111 1011010 100100

Color Harmonies of #094DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DAE

Black with #094DAE

Text Example


Text Example

White with #094DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,77,174); }

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

background-color css

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

 a { background-color: rgb(9,77,174); }

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

border-color css

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

 span { border-color: rgb(9,77,174); }

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