Html Css Color HEX #0949AF Cobalt

📋 copy color: '#0949AF'

red 9 ◦ green 73 ◦ blue 175

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

Shades of Cobalt #0949AF

Tints of Cobalt #0949AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 175 (68.75% from 255) = 68.09%

R = 3.5%
G = 28.4%
B = 68.09%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0949AF (or 0x0949AF) is known color: Cobalt. HEX triplet: 09, 49 and AF. RGB value is (9,73,175). Sum of RGB (Red+Green+Blue) = 9+73+175=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #0949AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0949AF is #F6B650. Grayscale: #414141. Windows color (decimal): -16168529 or 11487497. OLE color: 11487497.

HSL color Cylindrical-coordinate representation of color #0949AF: hue angle of 216.87º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0949AF is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 73 175 -
CMYK 0.95 0.58 0 0.31
HSL 216.87º 0.9% 0.36% -
HSV(B) 216.87º 0.95% 0.69% -
XYZ 10.23 7.92 41.55 -
YUV 65.49 189.8 87.71 -
System Red Green Blue C M Y K H S L
Decimal 9 73 175 0.95 0.58 0 0.31 216.87 0.9 0.36
Hex 9 49 AF 5F 3A 0 1F D9 5A 24
Octal 11 111 257 137 72 0 37 331 132 44
Binary 1001 1001001 10101111 1011111 111010 0 11111 11011001 1011010 100100

Color Harmonies of #0949AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0949AF

Black with #0949AF

Text Example


Text Example

White with #0949AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0949AF; }

 p { color: rgb(9,73,175); }

 H1.HeaderClassName
 {
   color: #0949AF;
 }
 .AnyTagClassName
 {
   color: #0949AF;
 }
</style>

background-color css

<style>
 a { background-color: #0949AF; }

 a { background-color: rgb(9,73,175); }

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

border-color css

<style>
 span { border-color: #0949AF; }

 span { border-color: rgb(9,73,175); }

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