Html Css Color HEX #1252CB Denim

📋 copy color: '#1252CB'

red 18 ◦ green 82 ◦ blue 203

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

Shades of Denim #1252CB

Tints of Denim #1252CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67%

R = 5.94%
G = 27.06%
B = 67%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1252CB (or 0x1252CB) is known color: Denim. HEX triplet: 12, 52 and CB. RGB value is (18,82,203). Sum of RGB (Red+Green+Blue) = 18+82+203=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #1252CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1252CB is #EDAD34. Grayscale: #4C4C4C. Windows color (decimal): -15576373 or 13324818. OLE color: 13324818.

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

Color convert

RGB 18 82 203 -
CMYK 0.91 0.60 0 0.20
HSL 219.24º 0.84% 0.43% -
HSV(B) 219.24º 0.91% 0.8% -
XYZ 14.05 10.47 57.78 -
YUV 76.66 199.3 86.16 -
System Red Green Blue C M Y K H S L
Decimal 18 82 203 0.91 0.60 0 0.20 219.24 0.84 0.43
Hex 12 52 CB 5B 3C 0 14 DB 54 2B
Octal 22 122 313 133 74 0 24 333 124 53
Binary 10010 1010010 11001011 1011011 111100 0 10100 11011011 1010100 101011

Color Harmonies of #1252CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1252CB

Black with #1252CB

Text Example


Text Example

White with #1252CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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