Html Css Color HEX #0565DD Navy Blue

📋 copy color: '#0565DD'

red 5 ◦ green 101 ◦ blue 221

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

Shades of Navy Blue #0565DD

Tints of Navy Blue #0565DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 1.53%
G = 30.89%
B = 67.58%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0565DD (or 0x0565DD) is known color: Navy Blue. HEX triplet: 05, 65 and DD. RGB value is (5,101,221). Sum of RGB (Red+Green+Blue) = 5+101+221=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #0565DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0565DD is #FA9A22. Grayscale: #555555. Windows color (decimal): -16423459 or 14509317. OLE color: 14509317.

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

Color convert

RGB 5 101 221 -
CMYK 0.98 0.54 0 0.13
HSL 213.33º 0.96% 0.44% -
HSV(B) 213.33º 0.98% 0.87% -
XYZ 17.77 14.56 70.28 -
YUV 85.98 204.2 70.24 -
System Red Green Blue C M Y K H S L
Decimal 5 101 221 0.98 0.54 0 0.13 213.33 0.96 0.44
Hex 5 65 DD 62 36 0 D D5 60 2C
Octal 5 145 335 142 66 0 15 325 140 54
Binary 101 1100101 11011101 1100010 110110 0 1101 11010101 1100000 101100

Color Harmonies of #0565DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0565DD

Black with #0565DD

Text Example


Text Example

White with #0565DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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