Html Css Color HEX #0565EA Navy Blue

📋 copy color: '#0565EA'

red 5 ◦ green 101 ◦ blue 234

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

Shades of Navy Blue #0565EA

Tints of Navy Blue #0565EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.82%

R = 1.47%
G = 29.71%
B = 68.82%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0565EA (or 0x0565EA) is known color: Navy Blue. HEX triplet: 05, 65 and EA. RGB value is (5,101,234). Sum of RGB (Red+Green+Blue) = 5+101+234=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #0565EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0565EA is #FA9A15. Grayscale: #565656. Windows color (decimal): -16423446 or 15361285. OLE color: 15361285.

HSL color Cylindrical-coordinate representation of color #0565EA: hue angle of 214.85º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0565EA is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 101 234 -
CMYK 0.98 0.57 0 0.08
HSL 214.85º 0.96% 0.47% -
HSV(B) 214.85º 0.98% 0.92% -
XYZ 19.57 15.28 79.76 -
YUV 87.46 210.7 69.19 -
System Red Green Blue C M Y K H S L
Decimal 5 101 234 0.98 0.57 0 0.08 214.85 0.96 0.47
Hex 5 65 EA 62 39 0 8 D7 60 2F
Octal 5 145 352 142 71 0 10 327 140 57
Binary 101 1100101 11101010 1100010 111001 0 1000 11010111 1100000 101111

Color Harmonies of #0565EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0565EA

Black with #0565EA

Text Example


Text Example

White with #0565EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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