Html Css Color HEX #0848DB Navy Blue

📋 copy color: '#0848DB'

red 8 ◦ green 72 ◦ blue 219

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

Shades of Navy Blue #0848DB

Tints of Navy Blue #0848DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 2.68%
G = 24.08%
B = 73.24%

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

#0848DB (or 0x0848DB) is known color: Navy Blue. HEX triplet: 08, 48 and DB. RGB value is (8,72,219). Sum of RGB (Red+Green+Blue) = 8+72+219=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #0848DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0848DB is #F7B724. Grayscale: #444444. Windows color (decimal): -16234277 or 14370824. OLE color: 14370824.

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

Color convert

RGB 8 72 219 -
CMYK 0.96 0.67 0 0.14
HSL 221.8º 0.93% 0.45% -
HSV(B) 221.8º 0.96% 0.86% -
XYZ 15.2 9.8 68.11 -
YUV 69.62 212.3 84.05 -
System Red Green Blue C M Y K H S L
Decimal 8 72 219 0.96 0.67 0 0.14 221.8 0.93 0.45
Hex 8 48 DB 60 43 0 E DE 5D 2D
Octal 10 110 333 140 103 0 16 336 135 55
Binary 1000 1001000 11011011 1100000 1000011 0 1110 11011110 1011101 101101

Color Harmonies of #0848DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0848DB

Black with #0848DB

Text Example


Text Example

White with #0848DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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