Html Css Color HEX #1257C3 Denim

📋 copy color: '#1257C3'

red 18 ◦ green 87 ◦ blue 195

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

Shades of Denim #1257C3

Tints of Denim #1257C3

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

 BLUE value IS 195 (76.56% from 255) = 65%

R = 6%
G = 29%
B = 65%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1257C3 (or 0x1257C3) is known color: Denim. HEX triplet: 12, 57 and C3. RGB value is (18,87,195). Sum of RGB (Red+Green+Blue) = 18+87+195=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 195 (76.56% from 255 or 65% from 300); Max value from RGB is 195 - color contains mainly: blue. Hex color #1257C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1257C3 is #EDA83C. Grayscale: #4E4E4E. Windows color (decimal): -15575101 or 12801810. OLE color: 12801810.

HSL color Cylindrical-coordinate representation of color #1257C3: hue angle of 216.61º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1257C3 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 87 195 -
CMYK 0.91 0.55 0 0.24
HSL 216.61º 0.83% 0.42% -
HSV(B) 216.61º 0.91% 0.76% -
XYZ 13.51 10.89 53.02 -
YUV 78.68 193.64 84.72 -
System Red Green Blue C M Y K H S L
Decimal 18 87 195 0.91 0.55 0 0.24 216.61 0.83 0.42
Hex 12 57 C3 5B 37 0 18 D9 53 2A
Octal 22 127 303 133 67 0 30 331 123 52
Binary 10010 1010111 11000011 1011011 110111 0 11000 11011001 1010011 101010

Color Harmonies of #1257C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1257C3

Black with #1257C3

Text Example


Text Example

White with #1257C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1257C3; }

 p { color: rgb(18,87,195); }

 H1.HeaderClassName
 {
   color: #1257C3;
 }
 .AnyTagClassName
 {
   color: #1257C3;
 }
</style>

background-color css

<style>
 a { background-color: #1257C3; }

 a { background-color: rgb(18,87,195); }

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

border-color css

<style>
 span { border-color: #1257C3; }

 span { border-color: rgb(18,87,195); }

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