Html Css Color HEX #0949DC Navy Blue

📋 copy color: '#0949DC'

red 9 ◦ green 73 ◦ blue 220

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

Shades of Navy Blue #0949DC

Tints of Navy Blue #0949DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.85%

R = 2.98%
G = 24.17%
B = 72.85%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0949DC (or 0x0949DC) is known color: Navy Blue. HEX triplet: 09, 49 and DC. RGB value is (9,73,220). Sum of RGB (Red+Green+Blue) = 9+73+220=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #0949DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0949DC is #F6B623. Grayscale: #454545. Windows color (decimal): -16168484 or 14436617. OLE color: 14436617.

HSL color Cylindrical-coordinate representation of color #0949DC: hue angle of 221.8º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0949DC is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 73 220 -
CMYK 0.96 0.67 0 0.14
HSL 221.8º 0.92% 0.45% -
HSV(B) 221.8º 0.96% 0.86% -
XYZ 15.41 9.99 68.83 -
YUV 70.62 212.3 84.05 -
System Red Green Blue C M Y K H S L
Decimal 9 73 220 0.96 0.67 0 0.14 221.8 0.92 0.45
Hex 9 49 DC 60 43 0 E DE 5C 2D
Octal 11 111 334 140 103 0 16 336 134 55
Binary 1001 1001001 11011100 1100000 1000011 0 1110 11011110 1011100 101101

Color Harmonies of #0949DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0949DC

Black with #0949DC

Text Example


Text Example

White with #0949DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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