Html Css Color HEX #0659BC Denim

📋 copy color: '#0659BC'

red 6 ◦ green 89 ◦ blue 188

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

Shades of Denim #0659BC

Tints of Denim #0659BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.43%

R = 2.12%
G = 31.45%
B = 66.43%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0659BC (or 0x0659BC) is known color: Denim. HEX triplet: 06, 59 and BC. RGB value is (6,89,188). Sum of RGB (Red+Green+Blue) = 6+89+188=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #0659BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659BC is #F9A643. Grayscale: #4A4A4A. Windows color (decimal): -16361028 or 12343558. OLE color: 12343558.

HSL color Cylindrical-coordinate representation of color #0659BC: hue angle of 212.64º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0659BC is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 89 188 -
CMYK 0.97 0.53 0 0.26
HSL 212.64º 0.94% 0.38% -
HSV(B) 212.64º 0.97% 0.74% -
XYZ 12.72 10.81 48.99 -
YUV 75.47 191.5 78.45 -
System Red Green Blue C M Y K H S L
Decimal 6 89 188 0.97 0.53 0 0.26 212.64 0.94 0.38
Hex 6 59 BC 61 35 0 1A D5 5E 26
Octal 6 131 274 141 65 0 32 325 136 46
Binary 110 1011001 10111100 1100001 110101 0 11010 11010101 1011110 100110

Color Harmonies of #0659BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0659BC

Black with #0659BC

Text Example


Text Example

White with #0659BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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