Html Css Color HEX #1253D7 Denim

📋 copy color: '#1253D7'

red 18 ◦ green 83 ◦ blue 215

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

Shades of Denim #1253D7

Tints of Denim #1253D7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

 BLUE value IS 215 (84.38% from 255) = 68.04%

R = 5.7%
G = 26.27%
B = 68.04%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1253D7 (or 0x1253D7) is known color: Denim. HEX triplet: 12, 53 and D7. RGB value is (18,83,215). Sum of RGB (Red+Green+Blue) = 18+83+215=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #1253D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253D7 is #EDAC28. Grayscale: #4E4E4E. Windows color (decimal): -15576105 or 14111506. OLE color: 14111506.

HSL color Cylindrical-coordinate representation of color #1253D7: hue angle of 220.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1253D7 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 83 215 -
CMYK 0.92 0.61 0 0.16
HSL 220.2º 0.85% 0.46% -
HSV(B) 220.2º 0.92% 0.84% -
XYZ 15.61 11.22 65.63 -
YUV 78.61 204.97 84.77 -
System Red Green Blue C M Y K H S L
Decimal 18 83 215 0.92 0.61 0 0.16 220.2 0.85 0.46
Hex 12 53 D7 5C 3D 0 10 DC 55 2E
Octal 22 123 327 134 75 0 20 334 125 56
Binary 10010 1010011 11010111 1011100 111101 0 10000 11011100 1010101 101110

Color Harmonies of #1253D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1253D7

Black with #1253D7

Text Example


Text Example

White with #1253D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1253D7; }

 p { color: rgb(18,83,215); }

 H1.HeaderClassName
 {
   color: #1253D7;
 }
 .AnyTagClassName
 {
   color: #1253D7;
 }
</style>

background-color css

<style>
 a { background-color: #1253D7; }

 a { background-color: rgb(18,83,215); }

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

border-color css

<style>
 span { border-color: #1253D7; }

 span { border-color: rgb(18,83,215); }

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