Html Css Color HEX #065EEF Navy Blue

📋 copy color: '#065EEF'

red 6 ◦ green 94 ◦ blue 239

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

Shades of Navy Blue #065EEF

Tints of Navy Blue #065EEF

RGB

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

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

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

R = 1.77%
G = 27.73%
B = 70.5%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#065EEF (or 0x065EEF) is known color: Navy Blue. HEX triplet: 06, 5E and EF. RGB value is (6,94,239). Sum of RGB (Red+Green+Blue) = 6+94+239=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #065EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065EEF is #F9A110. Grayscale: #535353. Windows color (decimal): -16359697 or 15687174. OLE color: 15687174.

HSL color Cylindrical-coordinate representation of color #065EEF: hue angle of 217.34º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065EEF is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 94 239 -
CMYK 0.97 0.61 0 0.06
HSL 217.34º 0.95% 0.48% -
HSV(B) 217.34º 0.97% 0.94% -
XYZ 19.66 14.28 83.38 -
YUV 84.22 215.35 72.21 -
System Red Green Blue C M Y K H S L
Decimal 6 94 239 0.97 0.61 0 0.06 217.34 0.95 0.48
Hex 6 5E EF 61 3D 0 6 D9 5F 30
Octal 6 136 357 141 75 0 6 331 137 60
Binary 110 1011110 11101111 1100001 111101 0 110 11011001 1011111 110000

Color Harmonies of #065EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EEF

Black with #065EEF

Text Example


Text Example

White with #065EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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