Html Css Color HEX #1253B9 Denim

📋 copy color: '#1253B9'

red 18 ◦ green 83 ◦ blue 185

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

Shades of Denim #1253B9

Tints of Denim #1253B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 64.69%

R = 6.29%
G = 29.02%
B = 64.69%

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

#1253B9 (or 0x1253B9) is known color: Denim. HEX triplet: 12, 53 and B9. RGB value is (18,83,185). Sum of RGB (Red+Green+Blue) = 18+83+185=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #1253B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253B9 is #EDAC46. Grayscale: #4A4A4A. Windows color (decimal): -15576135 or 12145426. OLE color: 12145426.

HSL color Cylindrical-coordinate representation of color #1253B9: hue angle of 216.65º 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 #1253B9 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 83 185 -
CMYK 0.90 0.55 0 0.27
HSL 216.65º 0.82% 0.4% -
HSV(B) 216.65º 0.9% 0.73% -
XYZ 12.1 9.82 47.16 -
YUV 75.19 189.97 87.21 -
System Red Green Blue C M Y K H S L
Decimal 18 83 185 0.90 0.55 0 0.27 216.65 0.82 0.4
Hex 12 53 B9 5A 37 0 1B D9 52 28
Octal 22 123 271 132 67 0 33 331 122 50
Binary 10010 1010011 10111001 1011010 110111 0 11011 11011001 1010010 101000

Color Harmonies of #1253B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1253B9

Black with #1253B9

Text Example


Text Example

White with #1253B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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