Html Css Color HEX #1257BB Denim

📋 copy color: '#1257BB'

red 18 ◦ green 87 ◦ blue 187

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

Shades of Denim #1257BB

Tints of Denim #1257BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.04%

R = 6.16%
G = 29.79%
B = 64.04%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1257BB (or 0x1257BB) is known color: Denim. HEX triplet: 12, 57 and BB. RGB value is (18,87,187). Sum of RGB (Red+Green+Blue) = 18+87+187=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #1257BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1257BB is #EDA844. Grayscale: #4D4D4D. Windows color (decimal): -15575109 or 12277522. OLE color: 12277522.

HSL color Cylindrical-coordinate representation of color #1257BB: hue angle of 215.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1257BB is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 87 187 -
CMYK 0.90 0.53 0 0.27
HSL 215.5º 0.82% 0.4% -
HSV(B) 215.5º 0.9% 0.73% -
XYZ 12.63 10.53 48.38 -
YUV 77.77 189.64 85.37 -
System Red Green Blue C M Y K H S L
Decimal 18 87 187 0.90 0.53 0 0.27 215.5 0.82 0.4
Hex 12 57 BB 5A 35 0 1B D8 52 28
Octal 22 127 273 132 65 0 33 330 122 50
Binary 10010 1010111 10111011 1011010 110101 0 11011 11011000 1010010 101000

Color Harmonies of #1257BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1257BB

Black with #1257BB

Text Example


Text Example

White with #1257BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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