Html Css Color HEX #0568DC Navy Blue

📋 copy color: '#0568DC'

red 5 ◦ green 104 ◦ blue 220

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

Shades of Navy Blue #0568DC

Tints of Navy Blue #0568DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.87%

R = 1.52%
G = 31.61%
B = 66.87%

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

#0568DC (or 0x0568DC) is known color: Navy Blue. HEX triplet: 05, 68 and DC. RGB value is (5,104,220). Sum of RGB (Red+Green+Blue) = 5+104+220=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #0568DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0568DC is #FA9723. Grayscale: #575757. Windows color (decimal): -16422692 or 14444549. OLE color: 14444549.

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

Color convert

RGB 5 104 220 -
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.93 15.1 69.68 -
YUV 87.62 202.7 69.07 -
System Red Green Blue C M Y K H S L
Decimal 5 104 220 0.98 0.53 0 0.14 212.37 0.96 0.44
Hex 5 68 DC 62 35 0 E D4 60 2C
Octal 5 150 334 142 65 0 16 324 140 54
Binary 101 1101000 11011100 1100010 110101 0 1110 11010100 1100000 101100

Color Harmonies of #0568DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0568DC

Black with #0568DC

Text Example


Text Example

White with #0568DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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