Html Css Color HEX #065FE0 Navy Blue

📋 copy color: '#065FE0'

red 6 ◦ green 95 ◦ blue 224

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

Shades of Navy Blue #065FE0

Tints of Navy Blue #065FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 68.92%

R = 1.85%
G = 29.23%
B = 68.92%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#065FE0 (or 0x065FE0) is known color: Navy Blue. HEX triplet: 06, 5F and E0. RGB value is (6,95,224). Sum of RGB (Red+Green+Blue) = 6+95+224=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #065FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FE0 is #F9A01F. Grayscale: #525252. Windows color (decimal): -16359456 or 14704390. OLE color: 14704390.

HSL color Cylindrical-coordinate representation of color #065FE0: hue angle of 215.5º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065FE0 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 95 224 -
CMYK 0.97 0.58 0 0.12
HSL 215.5º 0.95% 0.45% -
HSV(B) 215.5º 0.97% 0.88% -
XYZ 17.62 13.6 72.22 -
YUV 83.1 207.51 73.01 -
System Red Green Blue C M Y K H S L
Decimal 6 95 224 0.97 0.58 0 0.12 215.5 0.95 0.45
Hex 6 5F E0 61 3A 0 C D8 5F 2D
Octal 6 137 340 141 72 0 14 330 137 55
Binary 110 1011111 11100000 1100001 111010 0 1100 11011000 1011111 101101

Color Harmonies of #065FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FE0

Black with #065FE0

Text Example


Text Example

White with #065FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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