Html Css Color HEX #065DEC Navy Blue

📋 copy color: '#065DEC'

red 6 ◦ green 93 ◦ blue 236

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

Shades of Navy Blue #065DEC

Tints of Navy Blue #065DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

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

R = 1.79%
G = 27.76%
B = 70.45%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#065DEC (or 0x065DEC) is known color: Navy Blue. HEX triplet: 06, 5D and EC. RGB value is (6,93,236). Sum of RGB (Red+Green+Blue) = 6+93+236=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #065DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065DEC is #F9A213. Grayscale: #525252. Windows color (decimal): -16359956 or 15490310. OLE color: 15490310.

HSL color Cylindrical-coordinate representation of color #065DEC: hue angle of 217.3º 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 #065DEC is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 93 236 -
CMYK 0.97 0.61 0 0.07
HSL 217.3º 0.95% 0.47% -
HSV(B) 217.3º 0.97% 0.93% -
XYZ 19.13 13.92 81.04 -
YUV 83.29 214.18 72.87 -
System Red Green Blue C M Y K H S L
Decimal 6 93 236 0.97 0.61 0 0.07 217.3 0.95 0.47
Hex 6 5D EC 61 3D 0 7 D9 5F 2F
Octal 6 135 354 141 75 0 7 331 137 57
Binary 110 1011101 11101100 1100001 111101 0 111 11011001 1011111 101111

Color Harmonies of #065DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DEC

Black with #065DEC

Text Example


Text Example

White with #065DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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