Html Css Color HEX #0565DE Navy Blue

📋 copy color: '#0565DE'

red 5 ◦ green 101 ◦ blue 222

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

Shades of Navy Blue #0565DE

Tints of Navy Blue #0565DE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 1.52%
G = 30.79%
B = 67.68%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0565DE (or 0x0565DE) is known color: Navy Blue. HEX triplet: 05, 65 and DE. RGB value is (5,101,222). Sum of RGB (Red+Green+Blue) = 5+101+222=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #0565DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0565DE is #FA9A21. Grayscale: #555555. Windows color (decimal): -16423458 or 14574853. OLE color: 14574853.

HSL color Cylindrical-coordinate representation of color #0565DE: hue angle of 213.46º 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 #0565DE is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 101 222 -
CMYK 0.98 0.55 0 0.13
HSL 213.46º 0.96% 0.45% -
HSV(B) 213.46º 0.98% 0.87% -
XYZ 17.9 14.61 70.98 -
YUV 86.09 204.7 70.16 -
System Red Green Blue C M Y K H S L
Decimal 5 101 222 0.98 0.55 0 0.13 213.46 0.96 0.45
Hex 5 65 DE 62 37 0 D D5 60 2D
Octal 5 145 336 142 67 0 15 325 140 55
Binary 101 1100101 11011110 1100010 110111 0 1101 11010101 1100000 101101

Color Harmonies of #0565DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0565DE

Black with #0565DE

Text Example


Text Example

White with #0565DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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