Html Css Color HEX #0949DF Navy Blue

📋 copy color: '#0949DF'

red 9 ◦ green 73 ◦ blue 223

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

Shades of Navy Blue #0949DF

Tints of Navy Blue #0949DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.11%

R = 2.95%
G = 23.93%
B = 73.11%

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

#0949DF (or 0x0949DF) is known color: Navy Blue. HEX triplet: 09, 49 and DF. RGB value is (9,73,223). Sum of RGB (Red+Green+Blue) = 9+73+223=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #0949DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0949DF is #F6B620. Grayscale: #464646. Windows color (decimal): -16168481 or 14633225. OLE color: 14633225.

HSL color Cylindrical-coordinate representation of color #0949DF: hue angle of 222.06º 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 #0949DF is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 73 223 -
CMYK 0.96 0.67 0 0.13
HSL 222.06º 0.92% 0.45% -
HSV(B) 222.06º 0.96% 0.87% -
XYZ 15.81 10.15 70.94 -
YUV 70.96 213.8 83.8 -
System Red Green Blue C M Y K H S L
Decimal 9 73 223 0.96 0.67 0 0.13 222.06 0.92 0.45
Hex 9 49 DF 60 43 0 D DE 5C 2D
Octal 11 111 337 140 103 0 15 336 134 55
Binary 1001 1001001 11011111 1100000 1000011 0 1101 11011110 1011100 101101

Color Harmonies of #0949DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0949DF

Black with #0949DF

Text Example


Text Example

White with #0949DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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