Html Css Color HEX #0949DE Navy Blue

📋 copy color: '#0949DE'

red 9 ◦ green 73 ◦ blue 222

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

Shades of Navy Blue #0949DE

Tints of Navy Blue #0949DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.03%

R = 2.96%
G = 24.01%
B = 73.03%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0949DE (or 0x0949DE) is known color: Navy Blue. HEX triplet: 09, 49 and DE. RGB value is (9,73,222). Sum of RGB (Red+Green+Blue) = 9+73+222=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #0949DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0949DE is #F6B621. Grayscale: #464646. Windows color (decimal): -16168482 or 14567689. OLE color: 14567689.

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

Color convert

RGB 9 73 222 -
CMYK 0.96 0.67 0 0.13
HSL 221.97º 0.92% 0.45% -
HSV(B) 221.97º 0.96% 0.87% -
XYZ 15.68 10.1 70.23 -
YUV 70.85 213.3 83.88 -
System Red Green Blue C M Y K H S L
Decimal 9 73 222 0.96 0.67 0 0.13 221.97 0.92 0.45
Hex 9 49 DE 60 43 0 D DE 5C 2D
Octal 11 111 336 140 103 0 15 336 134 55
Binary 1001 1001001 11011110 1100000 1000011 0 1101 11011110 1011100 101101

Color Harmonies of #0949DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0949DE

Black with #0949DE

Text Example


Text Example

White with #0949DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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