Html Css Color HEX #065AFE Navy Blue

📋 copy color: '#065AFE'

red 6 ◦ green 90 ◦ blue 254

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

Shades of Navy Blue #065AFE

Tints of Navy Blue #065AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.71%

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

R = 1.71%
G = 25.71%
B = 72.57%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#065AFE (or 0x065AFE) is known color: Navy Blue. HEX triplet: 06, 5A and FE. RGB value is (6,90,254). Sum of RGB (Red+Green+Blue) = 6+90+254=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #065AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065AFE is #F9A501. Grayscale: #525252. Windows color (decimal): -16360706 or 16669190. OLE color: 16669190.

HSL color Cylindrical-coordinate representation of color #065AFE: hue angle of 219.68º 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 #065AFE is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 90 254 -
CMYK 0.98 0.65 0 0.00
HSL 219.68º 0.99% 0.51% -
HSV(B) 219.68º 0.98% 1% -
XYZ 21.62 14.51 95.43 -
YUV 83.58 224.17 72.66 -
System Red Green Blue C M Y K H S L
Decimal 6 90 254 0.98 0.65 0 0.00 219.68 0.99 0.51
Hex 6 5A FE 62 41 0 0 DC 63 33
Octal 6 132 376 142 101 0 0 334 143 63
Binary 110 1011010 11111110 1100010 1000001 0 0 11011100 1100011 110011

Color Harmonies of #065AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065AFE

Black with #065AFE

Text Example


Text Example

White with #065AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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