Html Css Color HEX #1257CF Denim

📋 copy color: '#1257CF'

red 18 ◦ green 87 ◦ blue 207

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

Shades of Denim #1257CF

Tints of Denim #1257CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.35%

R = 5.77%
G = 27.88%
B = 66.35%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1257CF (or 0x1257CF) is known color: Denim. HEX triplet: 12, 57 and CF. RGB value is (18,87,207). Sum of RGB (Red+Green+Blue) = 18+87+207=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #1257CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1257CF is #EDA830. Grayscale: #4F4F4F. Windows color (decimal): -15575089 or 13588242. OLE color: 13588242.

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

Color convert

RGB 18 87 207 -
CMYK 0.91 0.58 0 0.19
HSL 218.1º 0.84% 0.44% -
HSV(B) 218.1º 0.91% 0.81% -
XYZ 14.92 11.45 60.46 -
YUV 80.05 199.64 83.74 -
System Red Green Blue C M Y K H S L
Decimal 18 87 207 0.91 0.58 0 0.19 218.1 0.84 0.44
Hex 12 57 CF 5B 3A 0 13 DA 54 2C
Octal 22 127 317 133 72 0 23 332 124 54
Binary 10010 1010111 11001111 1011011 111010 0 10011 11011010 1010100 101100

Color Harmonies of #1257CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1257CF

Black with #1257CF

Text Example


Text Example

White with #1257CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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