Html Css Color HEX #1252B9 Denim

📋 copy color: '#1252B9'

red 18 ◦ green 82 ◦ blue 185

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

Shades of Denim #1252B9

Tints of Denim #1252B9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 6.32%
G = 28.77%
B = 64.91%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1252B9 (or 0x1252B9) is known color: Denim. HEX triplet: 12, 52 and B9. RGB value is (18,82,185). Sum of RGB (Red+Green+Blue) = 18+82+185=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #1252B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1252B9 is #EDAD46. Grayscale: #4A4A4A. Windows color (decimal): -15576391 or 12145170. OLE color: 12145170.

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

Color convert

RGB 18 82 185 -
CMYK 0.90 0.56 0 0.27
HSL 217.01º 0.82% 0.4% -
HSV(B) 217.01º 0.9% 0.73% -
XYZ 12.02 9.67 47.13 -
YUV 74.61 190.3 87.62 -
System Red Green Blue C M Y K H S L
Decimal 18 82 185 0.90 0.56 0 0.27 217.01 0.82 0.4
Hex 12 52 B9 5A 38 0 1B D9 52 28
Octal 22 122 271 132 70 0 33 331 122 50
Binary 10010 1010010 10111001 1011010 111000 0 11011 11011001 1010010 101000

Color Harmonies of #1252B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1252B9

Black with #1252B9

Text Example


Text Example

White with #1252B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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