Html Css Color HEX #0467DB Navy Blue

📋 copy color: '#0467DB'

red 4 ◦ green 103 ◦ blue 219

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

Shades of Navy Blue #0467DB

Tints of Navy Blue #0467DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

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

R = 1.23%
G = 31.6%
B = 67.18%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0467DB (or 0x0467DB) is known color: Navy Blue. HEX triplet: 04, 67 and DB. RGB value is (4,103,219). Sum of RGB (Red+Green+Blue) = 4+103+219=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #0467DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0467DB is #FB9824. Grayscale: #565656. Windows color (decimal): -16488485 or 14378756. OLE color: 14378756.

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

Color convert

RGB 4 103 219 -
CMYK 0.98 0.53 0 0.14
HSL 212.37º 0.96% 0.44% -
HSV(B) 212.37º 0.98% 0.86% -
XYZ 17.69 14.84 68.95 -
YUV 86.62 202.7 69.07 -
System Red Green Blue C M Y K H S L
Decimal 4 103 219 0.98 0.53 0 0.14 212.37 0.96 0.44
Hex 4 67 DB 62 35 0 E D4 60 2C
Octal 4 147 333 142 65 0 16 324 140 54
Binary 100 1100111 11011011 1100010 110101 0 1110 11010100 1100000 101100

Color Harmonies of #0467DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0467DB

Black with #0467DB

Text Example


Text Example

White with #0467DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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