Html Css Color HEX #0940AA Cobalt

📋 copy color: '#0940AA'

red 9 ◦ green 64 ◦ blue 170

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

Shades of Cobalt #0940AA

Tints of Cobalt #0940AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

 BLUE value IS 170 (66.8% from 255) = 69.96%

R = 3.7%
G = 26.34%
B = 69.96%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0940AA (or 0x0940AA) is known color: Cobalt. HEX triplet: 09, 40 and AA. RGB value is (9,64,170). Sum of RGB (Red+Green+Blue) = 9+64+170=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #0940AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0940AA is #F6BF55. Grayscale: #3B3B3B. Windows color (decimal): -16170838 or 11157513. OLE color: 11157513.

HSL color Cylindrical-coordinate representation of color #0940AA: hue angle of 219.5º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0940AA is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 64 170 -
CMYK 0.95 0.62 0 0.33
HSL 219.5º 0.9% 0.35% -
HSV(B) 219.5º 0.95% 0.67% -
XYZ 9.2 6.63 38.82 -
YUV 59.64 190.28 91.88 -
System Red Green Blue C M Y K H S L
Decimal 9 64 170 0.95 0.62 0 0.33 219.5 0.9 0.35
Hex 9 40 AA 5F 3E 0 21 DC 5A 23
Octal 11 100 252 137 76 0 41 334 132 43
Binary 1001 1000000 10101010 1011111 111110 0 100001 11011100 1011010 100011

Color Harmonies of #0940AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0940AA

Black with #0940AA

Text Example


Text Example

White with #0940AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0940AA; }

 p { color: rgb(9,64,170); }

 H1.HeaderClassName
 {
   color: #0940AA;
 }
 .AnyTagClassName
 {
   color: #0940AA;
 }
</style>

background-color css

<style>
 a { background-color: #0940AA; }

 a { background-color: rgb(9,64,170); }

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

border-color css

<style>
 span { border-color: #0940AA; }

 span { border-color: rgb(9,64,170); }

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