Html Css Color HEX #0659CC Navy Blue

📋 copy color: '#0659CC'

red 6 ◦ green 89 ◦ blue 204

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

Shades of Navy Blue #0659CC

Tints of Navy Blue #0659CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.77%

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

R = 2.01%
G = 29.77%
B = 68.23%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0659CC (or 0x0659CC) is known color: Navy Blue. HEX triplet: 06, 59 and CC. RGB value is (6,89,204). Sum of RGB (Red+Green+Blue) = 6+89+204=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #0659CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659CC is #F9A633. Grayscale: #4C4C4C. Windows color (decimal): -16361012 or 13392134. OLE color: 13392134.

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

Color convert

RGB 6 89 204 -
CMYK 0.97 0.56 0 0.2
HSL 214.85º 0.94% 0.41% -
HSV(B) 214.85º 0.97% 0.8% -
XYZ 14.55 11.54 58.59 -
YUV 77.29 199.5 77.15 -
System Red Green Blue C M Y K H S L
Decimal 6 89 204 0.97 0.56 0 0.2 214.85 0.94 0.41
Hex 6 59 CC 61 38 0 14 D7 5E 29
Octal 6 131 314 141 70 0 24 327 136 51
Binary 110 1011001 11001100 1100001 111000 0 10100 11010111 1011110 101001

Color Harmonies of #0659CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0659CC

Black with #0659CC

Text Example


Text Example

White with #0659CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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