Html Css Color HEX #0655CC Navy Blue

📋 copy color: '#0655CC'

red 6 ◦ green 85 ◦ blue 204

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

Shades of Navy Blue #0655CC

Tints of Navy Blue #0655CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.15%

R = 2.03%
G = 28.81%
B = 69.15%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0655CC (or 0x0655CC) is known color: Navy Blue. HEX triplet: 06, 55 and CC. RGB value is (6,85,204). Sum of RGB (Red+Green+Blue) = 6+85+204=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #0655CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0655CC is #F9AA33. Grayscale: #4A4A4A. Windows color (decimal): -16362036 or 13391110. OLE color: 13391110.

HSL color Cylindrical-coordinate representation of color #0655CC: hue angle of 216.06º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0655CC is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 85 204 -
CMYK 0.97 0.58 0 0.2
HSL 216.06º 0.94% 0.41% -
HSV(B) 216.06º 0.97% 0.8% -
XYZ 14.22 10.9 58.48 -
YUV 74.95 200.83 78.82 -
System Red Green Blue C M Y K H S L
Decimal 6 85 204 0.97 0.58 0 0.2 216.06 0.94 0.41
Hex 6 55 CC 61 3A 0 14 D8 5E 29
Octal 6 125 314 141 72 0 24 330 136 51
Binary 110 1010101 11001100 1100001 111010 0 10100 11011000 1011110 101001

Color Harmonies of #0655CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0655CC

Black with #0655CC

Text Example


Text Example

White with #0655CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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