Html Css Color HEX #1B59CC Denim

📋 copy color: '#1B59CC'

red 27 ◦ green 89 ◦ blue 204

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

Shades of Denim #1B59CC

Tints of Denim #1B59CC

RGB

 RED value IS 27 (10.94% from 255) = 8.44%

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

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

R = 8.44%
G = 27.81%
B = 63.75%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1B59CC (or 0x1B59CC) is known color: Denim. HEX triplet: 1B, 59 and CC. RGB value is (27,89,204). Sum of RGB (Red+Green+Blue) = 27+89+204=320 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.44% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B59CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B59CC is #E4A633. Grayscale: #535353. Windows color (decimal): -14984756 or 13392155. OLE color: 13392155.

HSL color Cylindrical-coordinate representation of color #1B59CC: hue angle of 218.98º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B59CC is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 27 89 204 -
CMYK 0.87 0.56 0 0.2
HSL 218.98º 0.77% 0.45% -
HSV(B) 218.98º 0.87% 0.8% -
XYZ 14.92 11.74 58.61 -
YUV 83.57 195.96 87.65 -
System Red Green Blue C M Y K H S L
Decimal 27 89 204 0.87 0.56 0 0.2 218.98 0.77 0.45
Hex 1B 59 CC 57 38 0 14 DB 4D 2D
Octal 33 131 314 127 70 0 24 333 115 55
Binary 11011 1011001 11001100 1010111 111000 0 10100 11011011 1001101 101101

Color Harmonies of #1B59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B59CC

Black with #1B59CC

Text Example


Text Example

White with #1B59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B59CC; }

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

 H1.HeaderClassName
 {
   color: #1B59CC;
 }
 .AnyTagClassName
 {
   color: #1B59CC;
 }
</style>

background-color css

<style>
 a { background-color: #1B59CC; }

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

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

border-color css

<style>
 span { border-color: #1B59CC; }

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

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