Html Css Color HEX #1257CD Denim

📋 copy color: '#1257CD'

red 18 ◦ green 87 ◦ blue 205

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

Shades of Denim #1257CD

Tints of Denim #1257CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 5.81%
G = 28.06%
B = 66.13%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1257CD (or 0x1257CD) is known color: Denim. HEX triplet: 12, 57 and CD. RGB value is (18,87,205). Sum of RGB (Red+Green+Blue) = 18+87+205=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #1257CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1257CD is #EDA832. Grayscale: #4F4F4F. Windows color (decimal): -15575091 or 13457170. OLE color: 13457170.

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

Color convert

RGB 18 87 205 -
CMYK 0.91 0.58 0 0.20
HSL 217.86º 0.84% 0.44% -
HSV(B) 217.86º 0.91% 0.8% -
XYZ 14.68 11.35 59.18 -
YUV 79.82 198.64 83.91 -
System Red Green Blue C M Y K H S L
Decimal 18 87 205 0.91 0.58 0 0.20 217.86 0.84 0.44
Hex 12 57 CD 5B 3A 0 14 DA 54 2C
Octal 22 127 315 133 72 0 24 332 124 54
Binary 10010 1010111 11001101 1011011 111010 0 10100 11011010 1010100 101100

Color Harmonies of #1257CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1257CD

Black with #1257CD

Text Example


Text Example

White with #1257CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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