Html Css Color HEX #065DFE Navy Blue

📋 copy color: '#065DFE'

red 6 ◦ green 93 ◦ blue 254

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

Shades of Navy Blue #065DFE

Tints of Navy Blue #065DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.95%

R = 1.7%
G = 26.35%
B = 71.95%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#065DFE (or 0x065DFE) is known color: Navy Blue. HEX triplet: 06, 5D and FE. RGB value is (6,93,254). Sum of RGB (Red+Green+Blue) = 6+93+254=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #065DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065DFE is #F9A201. Grayscale: #545454. Windows color (decimal): -16359938 or 16669958. OLE color: 16669958.

HSL color Cylindrical-coordinate representation of color #065DFE: hue angle of 218.95º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065DFE is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 93 254 -
CMYK 0.98 0.63 0 0.00
HSL 218.95º 0.99% 0.51% -
HSV(B) 218.95º 0.98% 1% -
XYZ 21.88 15.02 95.51 -
YUV 85.34 223.18 71.41 -
System Red Green Blue C M Y K H S L
Decimal 6 93 254 0.98 0.63 0 0.00 218.95 0.99 0.51
Hex 6 5D FE 62 3F 0 0 DB 63 33
Octal 6 135 376 142 77 0 0 333 143 63
Binary 110 1011101 11111110 1100010 111111 0 0 11011011 1100011 110011

Color Harmonies of #065DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DFE

Black with #065DFE

Text Example


Text Example

White with #065DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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