Html Css Color HEX #1252CE Denim

📋 copy color: '#1252CE'

red 18 ◦ green 82 ◦ blue 206

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

Shades of Denim #1252CE

Tints of Denim #1252CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 5.88%
G = 26.8%
B = 67.32%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1252CE (or 0x1252CE) is known color: Denim. HEX triplet: 12, 52 and CE. RGB value is (18,82,206). Sum of RGB (Red+Green+Blue) = 18+82+206=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #1252CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1252CE is #EDAD31. Grayscale: #4C4C4C. Windows color (decimal): -15576370 or 13521426. OLE color: 13521426.

HSL color Cylindrical-coordinate representation of color #1252CE: hue angle of 219.57º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1252CE is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 82 206 -
CMYK 0.91 0.60 0 0.19
HSL 219.57º 0.84% 0.44% -
HSV(B) 219.57º 0.91% 0.81% -
XYZ 14.41 10.62 59.68 -
YUV 77 200.8 85.92 -
System Red Green Blue C M Y K H S L
Decimal 18 82 206 0.91 0.60 0 0.19 219.57 0.84 0.44
Hex 12 52 CE 5B 3C 0 13 DC 54 2C
Octal 22 122 316 133 74 0 23 334 124 54
Binary 10010 1010010 11001110 1011011 111100 0 10011 11011100 1010100 101100

Color Harmonies of #1252CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1252CE

Black with #1252CE

Text Example


Text Example

White with #1252CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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