Html Css Color HEX #0942AE Cobalt

📋 copy color: '#0942AE'

red 9 ◦ green 66 ◦ blue 174

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

Shades of Cobalt #0942AE

Tints of Cobalt #0942AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

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

R = 3.61%
G = 26.51%
B = 69.88%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0942AE (or 0x0942AE) is known color: Cobalt. HEX triplet: 09, 42 and AE. RGB value is (9,66,174). Sum of RGB (Red+Green+Blue) = 9+66+174=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #0942AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0942AE is #F6BD51. Grayscale: #3C3C3C. Windows color (decimal): -16170322 or 11420169. OLE color: 11420169.

HSL color Cylindrical-coordinate representation of color #0942AE: hue angle of 219.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 #0942AE is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 66 174 -
CMYK 0.95 0.62 0 0.32
HSL 219.27º 0.9% 0.36% -
HSV(B) 219.27º 0.95% 0.68% -
XYZ 9.7 7.01 40.89 -
YUV 61.27 191.62 90.72 -
System Red Green Blue C M Y K H S L
Decimal 9 66 174 0.95 0.62 0 0.32 219.27 0.9 0.36
Hex 9 42 AE 5F 3E 0 20 DB 5A 24
Octal 11 102 256 137 76 0 40 333 132 44
Binary 1001 1000010 10101110 1011111 111110 0 100000 11011011 1011010 100100

Color Harmonies of #0942AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0942AE

Black with #0942AE

Text Example


Text Example

White with #0942AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0942AE; }

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

 H1.HeaderClassName
 {
   color: #0942AE;
 }
 .AnyTagClassName
 {
   color: #0942AE;
 }
</style>

background-color css

<style>
 a { background-color: #0942AE; }

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

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

border-color css

<style>
 span { border-color: #0942AE; }

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

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