Html Css Color HEX #1155CB Denim

📋 copy color: '#1155CB'

red 17 ◦ green 85 ◦ blue 203

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

Shades of Denim #1155CB

Tints of Denim #1155CB

RGB

 RED value IS 17 (7.03% from 255) = 5.57%

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

 BLUE value IS 203 (79.69% from 255) = 66.56%

R = 5.57%
G = 27.87%
B = 66.56%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1155CB (or 0x1155CB) is known color: Denim. HEX triplet: 11, 55 and CB. RGB value is (17,85,203). Sum of RGB (Red+Green+Blue) = 17+85+203=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #1155CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1155CB is #EEAA34. Grayscale: #4D4D4D. Windows color (decimal): -15641141 or 13325585. OLE color: 13325585.

HSL color Cylindrical-coordinate representation of color #1155CB: hue angle of 218.06º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1155CB is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 85 203 -
CMYK 0.92 0.58 0 0.20
HSL 218.06º 0.85% 0.43% -
HSV(B) 218.06º 0.92% 0.8% -
XYZ 14.26 10.93 57.86 -
YUV 78.12 198.47 84.41 -
System Red Green Blue C M Y K H S L
Decimal 17 85 203 0.92 0.58 0 0.20 218.06 0.85 0.43
Hex 11 55 CB 5C 3A 0 14 DA 55 2B
Octal 21 125 313 134 72 0 24 332 125 53
Binary 10001 1010101 11001011 1011100 111010 0 10100 11011010 1010101 101011

Color Harmonies of #1155CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1155CB

Black with #1155CB

Text Example


Text Example

White with #1155CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1155CB; }

 p { color: rgb(17,85,203); }

 H1.HeaderClassName
 {
   color: #1155CB;
 }
 .AnyTagClassName
 {
   color: #1155CB;
 }
</style>

background-color css

<style>
 a { background-color: #1155CB; }

 a { background-color: rgb(17,85,203); }

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

border-color css

<style>
 span { border-color: #1155CB; }

 span { border-color: rgb(17,85,203); }

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