Html Css Color HEX #0945AA Cobalt

📋 copy color: '#0945AA'

red 9 ◦ green 69 ◦ blue 170

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

Shades of Cobalt #0945AA

Tints of Cobalt #0945AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 3.63%
G = 27.82%
B = 68.55%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0945AA (or 0x0945AA) is known color: Cobalt. HEX triplet: 09, 45 and AA. RGB value is (9,69,170). Sum of RGB (Red+Green+Blue) = 9+69+170=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #0945AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0945AA is #F6BA55. Grayscale: #3E3E3E. Windows color (decimal): -16169558 or 11158793. OLE color: 11158793.

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

Color convert

RGB 9 69 170 -
CMYK 0.95 0.59 0 0.33
HSL 217.64º 0.9% 0.35% -
HSV(B) 217.64º 0.95% 0.67% -
XYZ 9.5 7.22 38.92 -
YUV 62.57 188.62 89.79 -
System Red Green Blue C M Y K H S L
Decimal 9 69 170 0.95 0.59 0 0.33 217.64 0.9 0.35
Hex 9 45 AA 5F 3B 0 21 DA 5A 23
Octal 11 105 252 137 73 0 41 332 132 43
Binary 1001 1000101 10101010 1011111 111011 0 100001 11011010 1011010 100011

Color Harmonies of #0945AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0945AA

Black with #0945AA

Text Example


Text Example

White with #0945AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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