Html Css Color HEX #1257AE Denim

📋 copy color: '#1257AE'

red 18 ◦ green 87 ◦ blue 174

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

Shades of Denim #1257AE

Tints of Denim #1257AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 62.37%

R = 6.45%
G = 31.18%
B = 62.37%

CMYK

 C value IS 0.90

 M value IS 0.5

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1257AE (or 0x1257AE) is known color: Denim. HEX triplet: 12, 57 and AE. RGB value is (18,87,174). Sum of RGB (Red+Green+Blue) = 18+87+174=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #1257AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1257AE is #EDA851. Grayscale: #4B4B4B. Windows color (decimal): -15575122 or 11425554. OLE color: 11425554.

HSL color Cylindrical-coordinate representation of color #1257AE: hue angle of 213.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1257AE is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 87 174 -
CMYK 0.90 0.5 0 0.32
HSL 213.46º 0.81% 0.38% -
HSV(B) 213.46º 0.9% 0.68% -
XYZ 11.3 10 41.38 -
YUV 76.29 183.14 86.43 -
System Red Green Blue C M Y K H S L
Decimal 18 87 174 0.90 0.5 0 0.32 213.46 0.81 0.38
Hex 12 57 AE 5A 32 0 20 D5 51 26
Octal 22 127 256 132 62 0 40 325 121 46
Binary 10010 1010111 10101110 1011010 110010 0 100000 11010101 1010001 100110

Color Harmonies of #1257AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1257AE

Black with #1257AE

Text Example


Text Example

White with #1257AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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