Html Css Color HEX #065BCE Navy Blue

📋 copy color: '#065BCE'

red 6 ◦ green 91 ◦ blue 206

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

Shades of Navy Blue #065BCE

Tints of Navy Blue #065BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 1.98%
G = 30.03%
B = 67.99%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#065BCE (or 0x065BCE) is known color: Navy Blue. HEX triplet: 06, 5B and CE. RGB value is (6,91,206). Sum of RGB (Red+Green+Blue) = 6+91+206=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #065BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BCE is #F9A431. Grayscale: #4E4E4E. Windows color (decimal): -16360498 or 13523718. OLE color: 13523718.

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

Color convert

RGB 6 91 206 -
CMYK 0.97 0.56 0 0.19
HSL 214.5º 0.94% 0.42% -
HSV(B) 214.5º 0.97% 0.81% -
XYZ 14.96 11.98 59.92 -
YUV 78.7 199.84 76.15 -
System Red Green Blue C M Y K H S L
Decimal 6 91 206 0.97 0.56 0 0.19 214.5 0.94 0.42
Hex 6 5B CE 61 38 0 13 D6 5E 2A
Octal 6 133 316 141 70 0 23 326 136 52
Binary 110 1011011 11001110 1100001 111000 0 10011 11010110 1011110 101010

Color Harmonies of #065BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BCE

Black with #065BCE

Text Example


Text Example

White with #065BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,91,206); }

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

background-color css

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

 a { background-color: rgb(6,91,206); }

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

border-color css

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

 span { border-color: rgb(6,91,206); }

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