Html Css Color HEX #1257A7 Denim

📋 copy color: '#1257A7'

red 18 ◦ green 87 ◦ blue 167

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

Shades of Denim #1257A7

Tints of Denim #1257A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 61.4%

R = 6.62%
G = 31.99%
B = 61.4%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1257A7 (or 0x1257A7) is known color: Denim. HEX triplet: 12, 57 and A7. RGB value is (18,87,167). Sum of RGB (Red+Green+Blue) = 18+87+167=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 167 (65.62% from 255 or 61.40% from 272); Max value from RGB is 167 - color contains mainly: blue. Hex color #1257A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1257A7 is #EDA858. Grayscale: #4B4B4B. Windows color (decimal): -15575129 or 10966802. OLE color: 10966802.

HSL color Cylindrical-coordinate representation of color #1257A7: hue angle of 212.21º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1257A7 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 87 167 -
CMYK 0.89 0.48 0 0.35
HSL 212.21º 0.81% 0.36% -
HSV(B) 212.21º 0.89% 0.65% -
XYZ 10.63 9.74 37.88 -
YUV 75.49 179.64 87 -
System Red Green Blue C M Y K H S L
Decimal 18 87 167 0.89 0.48 0 0.35 212.21 0.81 0.36
Hex 12 57 A7 59 30 0 23 D4 51 24
Octal 22 127 247 131 60 0 43 324 121 44
Binary 10010 1010111 10100111 1011001 110000 0 100011 11010100 1010001 100100

Color Harmonies of #1257A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1257A7

Black with #1257A7

Text Example


Text Example

White with #1257A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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