Html Css Color HEX #0849DE Navy Blue

📋 copy color: '#0849DE'

red 8 ◦ green 73 ◦ blue 222

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

Shades of Navy Blue #0849DE

Tints of Navy Blue #0849DE

RGB

 RED value IS 8 (3.52% from 255) = 2.64%

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

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

R = 2.64%
G = 24.09%
B = 73.27%

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

#0849DE (or 0x0849DE) is known color: Navy Blue. HEX triplet: 08, 49 and DE. RGB value is (8,73,222). Sum of RGB (Red+Green+Blue) = 8+73+222=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #0849DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0849DE is #F7B621. Grayscale: #454545. Windows color (decimal): -16234018 or 14567688. OLE color: 14567688.

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

Color convert

RGB 8 73 222 -
CMYK 0.96 0.67 0 0.13
HSL 221.78º 0.93% 0.45% -
HSV(B) 221.78º 0.96% 0.87% -
XYZ 15.67 10.09 70.23 -
YUV 70.55 213.47 83.38 -
System Red Green Blue C M Y K H S L
Decimal 8 73 222 0.96 0.67 0 0.13 221.78 0.93 0.45
Hex 8 49 DE 60 43 0 D DE 5D 2D
Octal 10 111 336 140 103 0 15 336 135 55
Binary 1000 1001001 11011110 1100000 1000011 0 1101 11011110 1011101 101101

Color Harmonies of #0849DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0849DE

Black with #0849DE

Text Example


Text Example

White with #0849DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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