Html Css Color HEX #065FE5 Navy Blue

📋 copy color: '#065FE5'

red 6 ◦ green 95 ◦ blue 229

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

Shades of Navy Blue #065FE5

Tints of Navy Blue #065FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 69.39%

R = 1.82%
G = 28.79%
B = 69.39%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#065FE5 (or 0x065FE5) is known color: Navy Blue. HEX triplet: 06, 5F and E5. RGB value is (6,95,229). Sum of RGB (Red+Green+Blue) = 6+95+229=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 229 (89.84% from 255 or 69.39% from 330); Max value from RGB is 229 - color contains mainly: blue. Hex color #065FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FE5 is #F9A01A. Grayscale: #535353. Windows color (decimal): -16359451 or 15032070. OLE color: 15032070.

HSL color Cylindrical-coordinate representation of color #065FE5: hue angle of 216.05º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065FE5 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 95 229 -
CMYK 0.97 0.59 0 0.10
HSL 216.05º 0.95% 0.46% -
HSV(B) 216.05º 0.97% 0.9% -
XYZ 18.31 13.88 75.84 -
YUV 83.67 210.01 72.6 -
System Red Green Blue C M Y K H S L
Decimal 6 95 229 0.97 0.59 0 0.10 216.05 0.95 0.46
Hex 6 5F E5 61 3B 0 A D8 5F 2E
Octal 6 137 345 141 73 0 12 330 137 56
Binary 110 1011111 11100101 1100001 111011 0 1010 11011000 1011111 101110

Color Harmonies of #065FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FE5

Black with #065FE5

Text Example


Text Example

White with #065FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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