Html Css Color HEX #0941AA Cobalt

📋 copy color: '#0941AA'

red 9 ◦ green 65 ◦ blue 170

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

Shades of Cobalt #0941AA

Tints of Cobalt #0941AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 3.69%
G = 26.64%
B = 69.67%

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

#0941AA (or 0x0941AA) is known color: Cobalt. HEX triplet: 09, 41 and AA. RGB value is (9,65,170). Sum of RGB (Red+Green+Blue) = 9+65+170=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #0941AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0941AA is #F6BE55. Grayscale: #3B3B3B. Windows color (decimal): -16170582 or 11157769. OLE color: 11157769.

HSL color Cylindrical-coordinate representation of color #0941AA: hue angle of 219.13º 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 #0941AA is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 65 170 -
CMYK 0.95 0.62 0 0.33
HSL 219.13º 0.9% 0.35% -
HSV(B) 219.13º 0.95% 0.67% -
XYZ 9.26 6.74 38.84 -
YUV 60.23 189.95 91.46 -
System Red Green Blue C M Y K H S L
Decimal 9 65 170 0.95 0.62 0 0.33 219.13 0.9 0.35
Hex 9 41 AA 5F 3E 0 21 DB 5A 23
Octal 11 101 252 137 76 0 41 333 132 43
Binary 1001 1000001 10101010 1011111 111110 0 100001 11011011 1011010 100011

Color Harmonies of #0941AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0941AA

Black with #0941AA

Text Example


Text Example

White with #0941AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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