Html Css Color HEX #0566CC Navy Blue

📋 copy color: '#0566CC'

red 5 ◦ green 102 ◦ blue 204

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

Shades of Navy Blue #0566CC

Tints of Navy Blue #0566CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.59%

R = 1.61%
G = 32.8%
B = 65.59%

CMYK

 C value IS 0.98

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0566CC (or 0x0566CC) is known color: Navy Blue. HEX triplet: 05, 66 and CC. RGB value is (5,102,204). Sum of RGB (Red+Green+Blue) = 5+102+204=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #0566CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0566CC is #FA9933. Grayscale: #545454. Windows color (decimal): -16423220 or 13395461. OLE color: 13395461.

HSL color Cylindrical-coordinate representation of color #0566CC: hue angle of 210.75º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0566CC is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 102 204 -
CMYK 0.98 0.5 0 0.2
HSL 210.75º 0.95% 0.41% -
HSV(B) 210.75º 0.98% 0.8% -
XYZ 15.71 13.89 58.98 -
YUV 84.63 195.36 71.21 -
System Red Green Blue C M Y K H S L
Decimal 5 102 204 0.98 0.5 0 0.2 210.75 0.95 0.41
Hex 5 66 CC 62 32 0 14 D3 5F 29
Octal 5 146 314 142 62 0 24 323 137 51
Binary 101 1100110 11001100 1100010 110010 0 10100 11010011 1011111 101001

Color Harmonies of #0566CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0566CC

Black with #0566CC

Text Example


Text Example

White with #0566CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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