Html Css Color HEX #0565DF Navy Blue

📋 copy color: '#0565DF'

red 5 ◦ green 101 ◦ blue 223

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

Shades of Navy Blue #0565DF

Tints of Navy Blue #0565DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 1.52%
G = 30.7%
B = 67.78%

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

#0565DF (or 0x0565DF) is known color: Navy Blue. HEX triplet: 05, 65 and DF. RGB value is (5,101,223). Sum of RGB (Red+Green+Blue) = 5+101+223=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #0565DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0565DF is #FA9A20. Grayscale: #555555. Windows color (decimal): -16423457 or 14640389. OLE color: 14640389.

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

Color convert

RGB 5 101 223 -
CMYK 0.98 0.55 0 0.13
HSL 213.58º 0.96% 0.45% -
HSV(B) 213.58º 0.98% 0.87% -
XYZ 18.04 14.67 71.69 -
YUV 86.2 205.2 70.08 -
System Red Green Blue C M Y K H S L
Decimal 5 101 223 0.98 0.55 0 0.13 213.58 0.96 0.45
Hex 5 65 DF 62 37 0 D D6 60 2D
Octal 5 145 337 142 67 0 15 326 140 55
Binary 101 1100101 11011111 1100010 110111 0 1101 11010110 1100000 101101

Color Harmonies of #0565DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0565DF

Black with #0565DF

Text Example


Text Example

White with #0565DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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