Html Css Color HEX #0948AE Cobalt

📋 copy color: '#0948AE'

red 9 ◦ green 72 ◦ blue 174

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

Shades of Cobalt #0948AE

Tints of Cobalt #0948AE

RGB

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

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

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

R = 3.53%
G = 28.24%
B = 68.24%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0948AE (or 0x0948AE) is known color: Cobalt. HEX triplet: 09, 48 and AE. RGB value is (9,72,174). Sum of RGB (Red+Green+Blue) = 9+72+174=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #0948AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0948AE is #F6B751. Grayscale: #404040. Windows color (decimal): -16168786 or 11421705. OLE color: 11421705.

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

Color convert

RGB 9 72 174 -
CMYK 0.95 0.59 0 0.32
HSL 217.09º 0.9% 0.36% -
HSV(B) 217.09º 0.95% 0.68% -
XYZ 10.07 7.75 41.01 -
YUV 64.79 189.63 88.21 -
System Red Green Blue C M Y K H S L
Decimal 9 72 174 0.95 0.59 0 0.32 217.09 0.9 0.36
Hex 9 48 AE 5F 3B 0 20 D9 5A 24
Octal 11 110 256 137 73 0 40 331 132 44
Binary 1001 1001000 10101110 1011111 111011 0 100000 11011001 1011010 100100

Color Harmonies of #0948AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948AE

Black with #0948AE

Text Example


Text Example

White with #0948AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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