Html Css Color HEX #0568DE Navy Blue

📋 copy color: '#0568DE'

red 5 ◦ green 104 ◦ blue 222

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

Shades of Navy Blue #0568DE

Tints of Navy Blue #0568DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.07%

R = 1.51%
G = 31.42%
B = 67.07%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0568DE (or 0x0568DE) is known color: Navy Blue. HEX triplet: 05, 68 and DE. RGB value is (5,104,222). Sum of RGB (Red+Green+Blue) = 5+104+222=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #0568DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0568DE is #FA9721. Grayscale: #575757. Windows color (decimal): -16422690 or 14575621. OLE color: 14575621.

HSL color Cylindrical-coordinate representation of color #0568DE: hue angle of 212.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0568DE is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 104 222 -
CMYK 0.98 0.53 0 0.13
HSL 212.63º 0.96% 0.45% -
HSV(B) 212.63º 0.98% 0.87% -
XYZ 18.2 15.21 71.08 -
YUV 87.85 203.7 68.91 -
System Red Green Blue C M Y K H S L
Decimal 5 104 222 0.98 0.53 0 0.13 212.63 0.96 0.45
Hex 5 68 DE 62 35 0 D D5 60 2D
Octal 5 150 336 142 65 0 15 325 140 55
Binary 101 1101000 11011110 1100010 110101 0 1101 11010101 1100000 101101

Color Harmonies of #0568DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0568DE

Black with #0568DE

Text Example


Text Example

White with #0568DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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