Html Css Color HEX #0065E9 Navy Blue

📋 copy color: '#0065E9'

red 0 ◦ green 101 ◦ blue 233

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

Shades of Navy Blue #0065E9

Tints of Navy Blue #0065E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 69.76%

R = 0%
G = 30.24%
B = 69.76%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0065E9 (or 0x0065E9) is known color: Navy Blue. HEX triplet: 00, 65 and E9. RGB value is (0,101,233). Sum of RGB (Red+Green+Blue) = 0+101+233=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 233 (91.41% from 255 or 69.76% from 334); Max value from RGB is 233 - color contains mainly: blue. Hex color #0065E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0065E9 is #FF9A16. Grayscale: #555555. Windows color (decimal): -16751127 or 15295744. OLE color: 15295744.

HSL color Cylindrical-coordinate representation of color #0065E9: hue angle of 213.99º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065E9 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 101 233 -
CMYK 1 0.57 0 0.09
HSL 213.99º 1% 0.46% -
HSV(B) 213.99º 1% 0.91% -
XYZ 19.36 15.19 79 -
YUV 85.85 211.04 66.77 -
System Red Green Blue C M Y K H S L
Decimal 0 101 233 1 0.57 0 0.09 213.99 1 0.46
Hex 0 65 E9 64 39 0 9 D6 64 2E
Octal 0 145 351 144 71 0 11 326 144 56
Binary 0 1100101 11101001 1100100 111001 0 1001 11010110 1100100 101110

Color Harmonies of #0065E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0065E9

Black with #0065E9

Text Example


Text Example

White with #0065E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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