Html Css Color HEX #065EEC Navy Blue

📋 copy color: '#065EEC'

red 6 ◦ green 94 ◦ blue 236

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

Shades of Navy Blue #065EEC

Tints of Navy Blue #065EEC

RGB

 RED value IS 6 (2.73% from 255) = 1.79%

 GREEN value IS 94 (37.11% from 255) = 27.98%

 BLUE value IS 236 (92.58% from 255) = 70.24%

R = 1.79%
G = 27.98%
B = 70.24%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#065EEC (or 0x065EEC) is known color: Navy Blue. HEX triplet: 06, 5E and EC. RGB value is (6,94,236). Sum of RGB (Red+Green+Blue) = 6+94+236=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #065EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065EEC is #F9A113. Grayscale: #535353. Windows color (decimal): -16359700 or 15490566. OLE color: 15490566.

HSL color Cylindrical-coordinate representation of color #065EEC: hue angle of 217.04º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065EEC is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 94 236 -
CMYK 0.97 0.60 0 0.07
HSL 217.04º 0.95% 0.47% -
HSV(B) 217.04º 0.97% 0.93% -
XYZ 19.22 14.1 81.07 -
YUV 83.88 213.85 72.45 -
System Red Green Blue C M Y K H S L
Decimal 6 94 236 0.97 0.60 0 0.07 217.04 0.95 0.47
Hex 6 5E EC 61 3C 0 7 D9 5F 2F
Octal 6 136 354 141 74 0 7 331 137 57
Binary 110 1011110 11101100 1100001 111100 0 111 11011001 1011111 101111

Color Harmonies of #065EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EEC

Black with #065EEC

Text Example


Text Example

White with #065EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065EEC; }

 p { color: rgb(6,94,236); }

 H1.HeaderClassName
 {
   color: #065EEC;
 }
 .AnyTagClassName
 {
   color: #065EEC;
 }
</style>

background-color css

<style>
 a { background-color: #065EEC; }

 a { background-color: rgb(6,94,236); }

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

border-color css

<style>
 span { border-color: #065EEC; }

 span { border-color: rgb(6,94,236); }

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