Html Css Color HEX #0565CC Navy Blue

📋 copy color: '#0565CC'

red 5 ◦ green 101 ◦ blue 204

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

Shades of Navy Blue #0565CC

Tints of Navy Blue #0565CC

RGB

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

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

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

R = 1.61%
G = 32.58%
B = 65.81%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0565CC (or 0x0565CC) is known color: Navy Blue. HEX triplet: 05, 65 and CC. RGB value is (5,101,204). Sum of RGB (Red+Green+Blue) = 5+101+204=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #0565CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0565CC is #FA9A33. Grayscale: #535353. Windows color (decimal): -16423476 or 13395205. OLE color: 13395205.

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

Color convert

RGB 5 101 204 -
CMYK 0.98 0.50 0 0.2
HSL 211.06º 0.95% 0.41% -
HSV(B) 211.06º 0.98% 0.8% -
XYZ 15.62 13.7 58.95 -
YUV 84.04 195.7 71.62 -
System Red Green Blue C M Y K H S L
Decimal 5 101 204 0.98 0.50 0 0.2 211.06 0.95 0.41
Hex 5 65 CC 62 32 0 14 D3 5F 29
Octal 5 145 314 142 62 0 24 323 137 51
Binary 101 1100101 11001100 1100010 110010 0 10100 11010011 1011111 101001

Color Harmonies of #0565CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0565CC

Black with #0565CC

Text Example


Text Example

White with #0565CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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