Html Css Color HEX #0065CE Navy Blue

📋 copy color: '#0065CE'

red 0 ◦ green 101 ◦ blue 206

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

Shades of Navy Blue #0065CE

Tints of Navy Blue #0065CE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 0%
G = 32.9%
B = 67.1%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0065CE (or 0x0065CE) is known color: Navy Blue. HEX triplet: 00, 65 and CE. RGB value is (0,101,206). Sum of RGB (Red+Green+Blue) = 0+101+206=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #0065CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0065CE is #FF9A31. Grayscale: #525252. Windows color (decimal): -16751154 or 13526272. OLE color: 13526272.

HSL color Cylindrical-coordinate representation of color #0065CE: hue angle of 210.58º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065CE is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 101 206 -
CMYK 1 0.51 0 0.19
HSL 210.58º 1% 0.4% -
HSV(B) 210.58º 1% 0.81% -
XYZ 15.79 13.76 60.22 -
YUV 82.77 197.54 68.96 -
System Red Green Blue C M Y K H S L
Decimal 0 101 206 1 0.51 0 0.19 210.58 1 0.4
Hex 0 65 CE 64 33 0 13 D3 64 28
Octal 0 145 316 144 63 0 23 323 144 50
Binary 0 1100101 11001110 1100100 110011 0 10011 11010011 1100100 101000

Color Harmonies of #0065CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0065CE

Black with #0065CE

Text Example


Text Example

White with #0065CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0065CE; }

 p { color: rgb(0,101,206); }

 H1.HeaderClassName
 {
   color: #0065CE;
 }
 .AnyTagClassName
 {
   color: #0065CE;
 }
</style>

background-color css

<style>
 a { background-color: #0065CE; }

 a { background-color: rgb(0,101,206); }

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

border-color css

<style>
 span { border-color: #0065CE; }

 span { border-color: rgb(0,101,206); }

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