Html Css Color HEX #0453DB Navy Blue

📋 copy color: '#0453DB'

red 4 ◦ green 83 ◦ blue 219

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

Shades of Navy Blue #0453DB

Tints of Navy Blue #0453DB

RGB

 RED value IS 4 (1.95% from 255) = 1.31%

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 1.31%
G = 27.12%
B = 71.57%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0453DB (or 0x0453DB) is known color: Navy Blue. HEX triplet: 04, 53 and DB. RGB value is (4,83,219). Sum of RGB (Red+Green+Blue) = 4+83+219=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #0453DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0453DB is #FBAC24. Grayscale: #4A4A4A. Windows color (decimal): -16493605 or 14373636. OLE color: 14373636.

HSL color Cylindrical-coordinate representation of color #0453DB: hue angle of 217.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0453DB is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 83 219 -
CMYK 0.98 0.62 0 0.14
HSL 217.95º 0.96% 0.44% -
HSV(B) 217.95º 0.98% 0.86% -
XYZ 15.93 11.33 68.36 -
YUV 74.88 209.33 77.44 -
System Red Green Blue C M Y K H S L
Decimal 4 83 219 0.98 0.62 0 0.14 217.95 0.96 0.44
Hex 4 53 DB 62 3E 0 E DA 60 2C
Octal 4 123 333 142 76 0 16 332 140 54
Binary 100 1010011 11011011 1100010 111110 0 1110 11011010 1100000 101100

Color Harmonies of #0453DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0453DB

Black with #0453DB

Text Example


Text Example

White with #0453DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,83,219); }

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

background-color css

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

 a { background-color: rgb(4,83,219); }

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

border-color css

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

 span { border-color: rgb(4,83,219); }

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