Html Css Color HEX #0567DB Navy Blue

📋 copy color: '#0567DB'

red 5 ◦ green 103 ◦ blue 219

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

Shades of Navy Blue #0567DB

Tints of Navy Blue #0567DB

RGB

 RED value IS 5 (2.34% from 255) = 1.53%

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

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

R = 1.53%
G = 31.5%
B = 66.97%

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

#0567DB (or 0x0567DB) is known color: Navy Blue. HEX triplet: 05, 67 and DB. RGB value is (5,103,219). Sum of RGB (Red+Green+Blue) = 5+103+219=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #0567DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0567DB is #FA9824. Grayscale: #565656. Windows color (decimal): -16422949 or 14378757. OLE color: 14378757.

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

Color convert

RGB 5 103 219 -
CMYK 0.98 0.53 0 0.14
HSL 212.52º 0.96% 0.44% -
HSV(B) 212.52º 0.98% 0.86% -
XYZ 17.7 14.85 68.95 -
YUV 86.92 202.53 69.57 -
System Red Green Blue C M Y K H S L
Decimal 5 103 219 0.98 0.53 0 0.14 212.52 0.96 0.44
Hex 5 67 DB 62 35 0 E D5 60 2C
Octal 5 147 333 142 65 0 16 325 140 54
Binary 101 1100111 11011011 1100010 110101 0 1110 11010101 1100000 101100

Color Harmonies of #0567DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0567DB

Black with #0567DB

Text Example


Text Example

White with #0567DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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