Html Css Color HEX #0443DB Navy Blue

📋 copy color: '#0443DB'

red 4 ◦ green 67 ◦ blue 219

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

Shades of Navy Blue #0443DB

Tints of Navy Blue #0443DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 1.38%
G = 23.1%
B = 75.52%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0443DB (or 0x0443DB) is known color: Navy Blue. HEX triplet: 04, 43 and DB. RGB value is (4,67,219). Sum of RGB (Red+Green+Blue) = 4+67+219=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #0443DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0443DB is #FBBC24. Grayscale: #404040. Windows color (decimal): -16497701 or 14369540. OLE color: 14369540.

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

Color convert

RGB 4 67 219 -
CMYK 0.98 0.69 0 0.14
HSL 222.42º 0.96% 0.44% -
HSV(B) 222.42º 0.98% 0.86% -
XYZ 14.84 9.15 68 -
YUV 65.49 214.63 84.14 -
System Red Green Blue C M Y K H S L
Decimal 4 67 219 0.98 0.69 0 0.14 222.42 0.96 0.44
Hex 4 43 DB 62 45 0 E DE 60 2C
Octal 4 103 333 142 105 0 16 336 140 54
Binary 100 1000011 11011011 1100010 1000101 0 1110 11011110 1100000 101100

Color Harmonies of #0443DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0443DB

Black with #0443DB

Text Example


Text Example

White with #0443DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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