Html Css Color HEX #065EFD Navy Blue

📋 copy color: '#065EFD'

red 6 ◦ green 94 ◦ blue 253

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

Shades of Navy Blue #065EFD

Tints of Navy Blue #065EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.67%

R = 1.7%
G = 26.63%
B = 71.67%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#065EFD (or 0x065EFD) is known color: Navy Blue. HEX triplet: 06, 5E and FD. RGB value is (6,94,253). Sum of RGB (Red+Green+Blue) = 6+94+253=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #065EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065EFD is #F9A102. Grayscale: #555555. Windows color (decimal): -16359683 or 16604678. OLE color: 16604678.

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

Color convert

RGB 6 94 253 -
CMYK 0.98 0.63 0 0.01
HSL 218.62º 0.98% 0.51% -
HSV(B) 218.62º 0.98% 0.99% -
XYZ 21.81 15.14 94.7 -
YUV 85.81 222.35 71.07 -
System Red Green Blue C M Y K H S L
Decimal 6 94 253 0.98 0.63 0 0.01 218.62 0.98 0.51
Hex 6 5E FD 62 3F 0 1 DB 62 33
Octal 6 136 375 142 77 0 1 333 142 63
Binary 110 1011110 11111101 1100010 111111 0 1 11011011 1100010 110011

Color Harmonies of #065EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EFD

Black with #065EFD

Text Example


Text Example

White with #065EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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