Html Css Color HEX #065CE0 Navy Blue

📋 copy color: '#065CE0'

red 6 ◦ green 92 ◦ blue 224

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

Shades of Navy Blue #065CE0

Tints of Navy Blue #065CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

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

R = 1.86%
G = 28.57%
B = 69.57%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#065CE0 (or 0x065CE0) is known color: Navy Blue. HEX triplet: 06, 5C and E0. RGB value is (6,92,224). Sum of RGB (Red+Green+Blue) = 6+92+224=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #065CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CE0 is #F9A31F. Grayscale: #505050. Windows color (decimal): -16360224 or 14703622. OLE color: 14703622.

HSL color Cylindrical-coordinate representation of color #065CE0: hue angle of 216.33º 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 #065CE0 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 92 224 -
CMYK 0.97 0.59 0 0.12
HSL 216.33º 0.95% 0.45% -
HSV(B) 216.33º 0.97% 0.88% -
XYZ 17.36 13.07 72.13 -
YUV 81.33 208.51 74.27 -
System Red Green Blue C M Y K H S L
Decimal 6 92 224 0.97 0.59 0 0.12 216.33 0.95 0.45
Hex 6 5C E0 61 3B 0 C D8 5F 2D
Octal 6 134 340 141 73 0 14 330 137 55
Binary 110 1011100 11100000 1100001 111011 0 1100 11011000 1011111 101101

Color Harmonies of #065CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CE0

Black with #065CE0

Text Example


Text Example

White with #065CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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