Html Css Color HEX #065ECF Navy Blue

📋 copy color: '#065ECF'

red 6 ◦ green 94 ◦ blue 207

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

Shades of Navy Blue #065ECF

Tints of Navy Blue #065ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.43%

R = 1.95%
G = 30.62%
B = 67.43%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#065ECF (or 0x065ECF) is known color: Navy Blue. HEX triplet: 06, 5E and CF. RGB value is (6,94,207). Sum of RGB (Red+Green+Blue) = 6+94+207=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #065ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ECF is #F9A130. Grayscale: #505050. Windows color (decimal): -16359729 or 13590022. OLE color: 13590022.

HSL color Cylindrical-coordinate representation of color #065ECF: hue angle of 213.73º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065ECF is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 94 207 -
CMYK 0.97 0.55 0 0.19
HSL 213.73º 0.94% 0.42% -
HSV(B) 213.73º 0.97% 0.81% -
XYZ 15.34 12.55 60.65 -
YUV 80.57 199.35 74.81 -
System Red Green Blue C M Y K H S L
Decimal 6 94 207 0.97 0.55 0 0.19 213.73 0.94 0.42
Hex 6 5E CF 61 37 0 13 D6 5E 2A
Octal 6 136 317 141 67 0 23 326 136 52
Binary 110 1011110 11001111 1100001 110111 0 10011 11010110 1011110 101010

Color Harmonies of #065ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065ECF

Black with #065ECF

Text Example


Text Example

White with #065ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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