Html Css Color HEX #0846DB Navy Blue

📋 copy color: '#0846DB'

red 8 ◦ green 70 ◦ blue 219

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

Shades of Navy Blue #0846DB

Tints of Navy Blue #0846DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.57%

 BLUE value IS 219 (85.94% from 255) = 73.74%

R = 2.69%
G = 23.57%
B = 73.74%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0846DB (or 0x0846DB) is known color: Navy Blue. HEX triplet: 08, 46 and DB. RGB value is (8,70,219). Sum of RGB (Red+Green+Blue) = 8+70+219=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #0846DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0846DB is #F7B924. Grayscale: #434343. Windows color (decimal): -16234789 or 14370312. OLE color: 14370312.

HSL color Cylindrical-coordinate representation of color #0846DB: hue angle of 222.37º degrees, saturation: 0.93, 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 #0846DB is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 70 219 -
CMYK 0.96 0.68 0 0.14
HSL 222.37º 0.93% 0.45% -
HSV(B) 222.37º 0.96% 0.86% -
XYZ 15.08 9.55 68.07 -
YUV 68.45 212.96 84.88 -
System Red Green Blue C M Y K H S L
Decimal 8 70 219 0.96 0.68 0 0.14 222.37 0.93 0.45
Hex 8 46 DB 60 44 0 E DE 5D 2D
Octal 10 106 333 140 104 0 16 336 135 55
Binary 1000 1000110 11011011 1100000 1000100 0 1110 11011110 1011101 101101

Color Harmonies of #0846DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0846DB

Black with #0846DB

Text Example


Text Example

White with #0846DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0846DB; }

 p { color: rgb(8,70,219); }

 H1.HeaderClassName
 {
   color: #0846DB;
 }
 .AnyTagClassName
 {
   color: #0846DB;
 }
</style>

background-color css

<style>
 a { background-color: #0846DB; }

 a { background-color: rgb(8,70,219); }

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

border-color css

<style>
 span { border-color: #0846DB; }

 span { border-color: rgb(8,70,219); }

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