Html Css Color HEX #0566EB Navy Blue

📋 copy color: '#0566EB'

red 5 ◦ green 102 ◦ blue 235

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

Shades of Navy Blue #0566EB

Tints of Navy Blue #0566EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

 BLUE value IS 235 (92.19% from 255) = 68.71%

R = 1.46%
G = 29.82%
B = 68.71%

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

#0566EB (or 0x0566EB) is known color: Navy Blue. HEX triplet: 05, 66 and EB. RGB value is (5,102,235). Sum of RGB (Red+Green+Blue) = 5+102+235=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #0566EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0566EB is #FA9914. Grayscale: #575757. Windows color (decimal): -16423189 or 15427077. OLE color: 15427077.

HSL color Cylindrical-coordinate representation of color #0566EB: hue angle of 214.7º 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 #0566EB is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 102 235 -
CMYK 0.98 0.57 0 0.08
HSL 214.7º 0.96% 0.47% -
HSV(B) 214.7º 0.98% 0.92% -
XYZ 19.81 15.53 80.55 -
YUV 88.16 210.86 68.69 -
System Red Green Blue C M Y K H S L
Decimal 5 102 235 0.98 0.57 0 0.08 214.7 0.96 0.47
Hex 5 66 EB 62 39 0 8 D7 60 2F
Octal 5 146 353 142 71 0 10 327 140 57
Binary 101 1100110 11101011 1100010 111001 0 1000 11010111 1100000 101111

Color Harmonies of #0566EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0566EB

Black with #0566EB

Text Example


Text Example

White with #0566EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0566EB; }

 p { color: rgb(5,102,235); }

 H1.HeaderClassName
 {
   color: #0566EB;
 }
 .AnyTagClassName
 {
   color: #0566EB;
 }
</style>

background-color css

<style>
 a { background-color: #0566EB; }

 a { background-color: rgb(5,102,235); }

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

border-color css

<style>
 span { border-color: #0566EB; }

 span { border-color: rgb(5,102,235); }

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