Html Css Color HEX #1255BB Denim

📋 copy color: '#1255BB'

red 18 ◦ green 85 ◦ blue 187

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

Shades of Denim #1255BB

Tints of Denim #1255BB

RGB

 RED value IS 18 (7.42% from 255) = 6.21%

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

 BLUE value IS 187 (73.44% from 255) = 64.48%

R = 6.21%
G = 29.31%
B = 64.48%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1255BB (or 0x1255BB) is known color: Denim. HEX triplet: 12, 55 and BB. RGB value is (18,85,187). Sum of RGB (Red+Green+Blue) = 18+85+187=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #1255BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1255BB is #EDAA44. Grayscale: #4C4C4C. Windows color (decimal): -15575621 or 12277010. OLE color: 12277010.

HSL color Cylindrical-coordinate representation of color #1255BB: hue angle of 216.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1255BB is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 85 187 -
CMYK 0.90 0.55 0 0.27
HSL 216.21º 0.82% 0.4% -
HSV(B) 216.21º 0.9% 0.73% -
XYZ 12.47 10.21 48.33 -
YUV 76.6 190.3 86.21 -
System Red Green Blue C M Y K H S L
Decimal 18 85 187 0.90 0.55 0 0.27 216.21 0.82 0.4
Hex 12 55 BB 5A 37 0 1B D8 52 28
Octal 22 125 273 132 67 0 33 330 122 50
Binary 10010 1010101 10111011 1011010 110111 0 11011 11011000 1010010 101000

Color Harmonies of #1255BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1255BB

Black with #1255BB

Text Example


Text Example

White with #1255BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1255BB; }

 p { color: rgb(18,85,187); }

 H1.HeaderClassName
 {
   color: #1255BB;
 }
 .AnyTagClassName
 {
   color: #1255BB;
 }
</style>

background-color css

<style>
 a { background-color: #1255BB; }

 a { background-color: rgb(18,85,187); }

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

border-color css

<style>
 span { border-color: #1255BB; }

 span { border-color: rgb(18,85,187); }

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