Html Css Color HEX #0568DB Navy Blue

📋 copy color: '#0568DB'

red 5 ◦ green 104 ◦ blue 219

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

Shades of Navy Blue #0568DB

Tints of Navy Blue #0568DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

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

R = 1.52%
G = 31.71%
B = 66.77%

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

#0568DB (or 0x0568DB) is known color: Navy Blue. HEX triplet: 05, 68 and DB. RGB value is (5,104,219). Sum of RGB (Red+Green+Blue) = 5+104+219=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #0568DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0568DB is #FA9724. Grayscale: #565656. Windows color (decimal): -16422693 or 14379013. OLE color: 14379013.

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

Color convert

RGB 5 104 219 -
CMYK 0.98 0.53 0 0.14
HSL 212.24º 0.96% 0.44% -
HSV(B) 212.24º 0.98% 0.86% -
XYZ 17.8 15.05 68.98 -
YUV 87.51 202.2 69.15 -
System Red Green Blue C M Y K H S L
Decimal 5 104 219 0.98 0.53 0 0.14 212.24 0.96 0.44
Hex 5 68 DB 62 35 0 E D4 60 2C
Octal 5 150 333 142 65 0 16 324 140 54
Binary 101 1101000 11011011 1100010 110101 0 1110 11010100 1100000 101100

Color Harmonies of #0568DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0568DB

Black with #0568DB

Text Example


Text Example

White with #0568DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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