Html Css Color HEX #065FEC Navy Blue

📋 copy color: '#065FEC'

red 6 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #065FEC

Tints of Navy Blue #065FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 1.78%
G = 28.19%
B = 70.03%

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

#065FEC (or 0x065FEC) is known color: Navy Blue. HEX triplet: 06, 5F and EC. RGB value is (6,95,236). Sum of RGB (Red+Green+Blue) = 6+95+236=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #065FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065FEC is #F9A013. Grayscale: #535353. Windows color (decimal): -16359444 or 15490822. OLE color: 15490822.

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

Color convert

RGB 6 95 236 -
CMYK 0.97 0.60 0 0.07
HSL 216.78º 0.95% 0.47% -
HSV(B) 216.78º 0.97% 0.93% -
XYZ 19.31 14.28 81.1 -
YUV 84.46 213.51 72.04 -
System Red Green Blue C M Y K H S L
Decimal 6 95 236 0.97 0.60 0 0.07 216.78 0.95 0.47
Hex 6 5F EC 61 3C 0 7 D9 5F 2F
Octal 6 137 354 141 74 0 7 331 137 57
Binary 110 1011111 11101100 1100001 111100 0 111 11011001 1011111 101111

Color Harmonies of #065FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FEC

Black with #065FEC

Text Example


Text Example

White with #065FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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