Html Css Color HEX #0065EA Navy Blue

📋 copy color: '#0065EA'

red 0 ◦ green 101 ◦ blue 234

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

Shades of Navy Blue #0065EA

Tints of Navy Blue #0065EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.85%

R = 0%
G = 30.15%
B = 69.85%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0065EA (or 0x0065EA) is known color: Navy Blue. HEX triplet: 00, 65 and EA. RGB value is (0,101,234). Sum of RGB (Red+Green+Blue) = 0+101+234=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #0065EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0065EA is #FF9A15. Grayscale: #555555. Windows color (decimal): -16751126 or 15361280. OLE color: 15361280.

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

Color convert

RGB 0 101 234 -
CMYK 1 0.57 0 0.08
HSL 214.1º 1% 0.46% -
HSV(B) 214.1º 1% 0.92% -
XYZ 19.5 15.25 79.76 -
YUV 85.96 211.54 66.69 -
System Red Green Blue C M Y K H S L
Decimal 0 101 234 1 0.57 0 0.08 214.1 1 0.46
Hex 0 65 EA 64 39 0 8 D6 64 2E
Octal 0 145 352 144 71 0 10 326 144 56
Binary 0 1100101 11101010 1100100 111001 0 1000 11010110 1100100 101110

Color Harmonies of #0065EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0065EA

Black with #0065EA

Text Example


Text Example

White with #0065EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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