Html Css Color HEX #0565EF Navy Blue

📋 copy color: '#0565EF'

red 5 ◦ green 101 ◦ blue 239

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

Shades of Navy Blue #0565EF

Tints of Navy Blue #0565EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.28%

R = 1.45%
G = 29.28%
B = 69.28%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0565EF (or 0x0565EF) is known color: Navy Blue. HEX triplet: 05, 65 and EF. RGB value is (5,101,239). Sum of RGB (Red+Green+Blue) = 5+101+239=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #0565EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0565EF is #FA9A10. Grayscale: #575757. Windows color (decimal): -16423441 or 15688965. OLE color: 15688965.

HSL color Cylindrical-coordinate representation of color #0565EF: hue angle of 215.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0565EF is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 101 239 -
CMYK 0.98 0.58 0 0.06
HSL 215.38º 0.96% 0.48% -
HSV(B) 215.38º 0.98% 0.94% -
XYZ 20.3 15.57 83.6 -
YUV 88.03 213.2 68.78 -
System Red Green Blue C M Y K H S L
Decimal 5 101 239 0.98 0.58 0 0.06 215.38 0.96 0.48
Hex 5 65 EF 62 3A 0 6 D7 60 30
Octal 5 145 357 142 72 0 6 327 140 60
Binary 101 1100101 11101111 1100010 111010 0 110 11010111 1100000 110000

Color Harmonies of #0565EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0565EF

Black with #0565EF

Text Example


Text Example

White with #0565EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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