Html Css Color HEX #1257BD Denim

📋 copy color: '#1257BD'

red 18 ◦ green 87 ◦ blue 189

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

Shades of Denim #1257BD

Tints of Denim #1257BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.29%

R = 6.12%
G = 29.59%
B = 64.29%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1257BD (or 0x1257BD) is known color: Denim. HEX triplet: 12, 57 and BD. RGB value is (18,87,189). Sum of RGB (Red+Green+Blue) = 18+87+189=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #1257BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1257BD is #EDA842. Grayscale: #4D4D4D. Windows color (decimal): -15575107 or 12408594. OLE color: 12408594.

HSL color Cylindrical-coordinate representation of color #1257BD: hue angle of 215.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1257BD is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 87 189 -
CMYK 0.90 0.54 0 0.26
HSL 215.79º 0.83% 0.41% -
HSV(B) 215.79º 0.9% 0.74% -
XYZ 12.84 10.62 49.52 -
YUV 78 190.64 85.21 -
System Red Green Blue C M Y K H S L
Decimal 18 87 189 0.90 0.54 0 0.26 215.79 0.83 0.41
Hex 12 57 BD 5A 36 0 1A D8 53 29
Octal 22 127 275 132 66 0 32 330 123 51
Binary 10010 1010111 10111101 1011010 110110 0 11010 11011000 1010011 101001

Color Harmonies of #1257BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1257BD

Black with #1257BD

Text Example


Text Example

White with #1257BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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