Html Css Color HEX #0655CE Navy Blue

📋 copy color: '#0655CE'

red 6 ◦ green 85 ◦ blue 206

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

Shades of Navy Blue #0655CE

Tints of Navy Blue #0655CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

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

R = 2.02%
G = 28.62%
B = 69.36%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0655CE (or 0x0655CE) is known color: Navy Blue. HEX triplet: 06, 55 and CE. RGB value is (6,85,206). Sum of RGB (Red+Green+Blue) = 6+85+206=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #0655CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0655CE is #F9AA31. Grayscale: #4A4A4A. Windows color (decimal): -16362034 or 13522182. OLE color: 13522182.

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

Color convert

RGB 6 85 206 -
CMYK 0.97 0.59 0 0.19
HSL 216.3º 0.94% 0.42% -
HSV(B) 216.3º 0.97% 0.81% -
XYZ 14.46 10.99 59.75 -
YUV 75.17 201.83 78.66 -
System Red Green Blue C M Y K H S L
Decimal 6 85 206 0.97 0.59 0 0.19 216.3 0.94 0.42
Hex 6 55 CE 61 3B 0 13 D8 5E 2A
Octal 6 125 316 141 73 0 23 330 136 52
Binary 110 1010101 11001110 1100001 111011 0 10011 11011000 1011110 101010

Color Harmonies of #0655CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0655CE

Black with #0655CE

Text Example


Text Example

White with #0655CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0655CE; }

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

 H1.HeaderClassName
 {
   color: #0655CE;
 }
 .AnyTagClassName
 {
   color: #0655CE;
 }
</style>

background-color css

<style>
 a { background-color: #0655CE; }

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

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

border-color css

<style>
 span { border-color: #0655CE; }

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

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