Html Css Color HEX #0065EF Navy Blue

📋 copy color: '#0065EF'

red 0 ◦ green 101 ◦ blue 239

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

Shades of Navy Blue #0065EF

Tints of Navy Blue #0065EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.29%

R = 0%
G = 29.71%
B = 70.29%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0065EF (or 0x0065EF) is known color: Navy Blue. HEX triplet: 00, 65 and EF. RGB value is (0,101,239). Sum of RGB (Red+Green+Blue) = 0+101+239=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #0065EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0065EF is #FF9A10. Grayscale: #555555. Windows color (decimal): -16751121 or 15688960. OLE color: 15688960.

HSL color Cylindrical-coordinate representation of color #0065EF: hue angle of 214.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065EF is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 101 239 -
CMYK 1 0.58 0 0.06
HSL 214.64º 1% 0.47% -
HSV(B) 214.64º 1% 0.94% -
XYZ 20.23 15.54 83.59 -
YUV 86.53 214.04 66.28 -
System Red Green Blue C M Y K H S L
Decimal 0 101 239 1 0.58 0 0.06 214.64 1 0.47
Hex 0 65 EF 64 3A 0 6 D7 64 2F
Octal 0 145 357 144 72 0 6 327 144 57
Binary 0 1100101 11101111 1100100 111010 0 110 11010111 1100100 101111

Color Harmonies of #0065EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0065EF

Black with #0065EF

Text Example


Text Example

White with #0065EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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