Html Css Color HEX #0948AA Cobalt

📋 copy color: '#0948AA'

red 9 ◦ green 72 ◦ blue 170

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

Shades of Cobalt #0948AA

Tints of Cobalt #0948AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

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

R = 3.59%
G = 28.69%
B = 67.73%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0948AA (or 0x0948AA) is known color: Cobalt. HEX triplet: 09, 48 and AA. RGB value is (9,72,170). Sum of RGB (Red+Green+Blue) = 9+72+170=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #0948AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0948AA is #F6B755. Grayscale: #3F3F3F. Windows color (decimal): -16168790 or 11159561. OLE color: 11159561.

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

Color convert

RGB 9 72 170 -
CMYK 0.95 0.58 0 0.33
HSL 216.52º 0.9% 0.35% -
HSV(B) 216.52º 0.95% 0.67% -
XYZ 9.69 7.6 38.99 -
YUV 64.34 187.63 88.53 -
System Red Green Blue C M Y K H S L
Decimal 9 72 170 0.95 0.58 0 0.33 216.52 0.9 0.35
Hex 9 48 AA 5F 3A 0 21 D9 5A 23
Octal 11 110 252 137 72 0 41 331 132 43
Binary 1001 1001000 10101010 1011111 111010 0 100001 11011001 1011010 100011

Color Harmonies of #0948AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948AA

Black with #0948AA

Text Example


Text Example

White with #0948AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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