Html Css Color HEX #0565BD Navy Blue

📋 copy color: '#0565BD'

red 5 ◦ green 101 ◦ blue 189

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

Shades of Navy Blue #0565BD

Tints of Navy Blue #0565BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.07%

R = 1.69%
G = 34.24%
B = 64.07%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0565BD (or 0x0565BD) is known color: Navy Blue. HEX triplet: 05, 65 and BD. RGB value is (5,101,189). Sum of RGB (Red+Green+Blue) = 5+101+189=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #0565BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0565BD is #FA9A42. Grayscale: #515151. Windows color (decimal): -16423491 or 12412165. OLE color: 12412165.

HSL color Cylindrical-coordinate representation of color #0565BD: hue angle of 208.7º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0565BD is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 101 189 -
CMYK 0.97 0.47 0 0.26
HSL 208.7º 0.95% 0.38% -
HSV(B) 208.7º 0.97% 0.74% -
XYZ 13.9 13.01 49.92 -
YUV 82.33 188.2 72.84 -
System Red Green Blue C M Y K H S L
Decimal 5 101 189 0.97 0.47 0 0.26 208.7 0.95 0.38
Hex 5 65 BD 61 2F 0 1A D1 5F 26
Octal 5 145 275 141 57 0 32 321 137 46
Binary 101 1100101 10111101 1100001 101111 0 11010 11010001 1011111 100110

Color Harmonies of #0565BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0565BD

Black with #0565BD

Text Example


Text Example

White with #0565BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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