Html Css Color HEX #1257CC Denim

📋 copy color: '#1257CC'

red 18 ◦ green 87 ◦ blue 204

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

Shades of Denim #1257CC

Tints of Denim #1257CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.02%

R = 5.83%
G = 28.16%
B = 66.02%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1257CC (or 0x1257CC) is known color: Denim. HEX triplet: 12, 57 and CC. RGB value is (18,87,204). Sum of RGB (Red+Green+Blue) = 18+87+204=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #1257CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1257CC is #EDA833. Grayscale: #4F4F4F. Windows color (decimal): -15575092 or 13391634. OLE color: 13391634.

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

Color convert

RGB 18 87 204 -
CMYK 0.91 0.57 0 0.2
HSL 217.74º 0.84% 0.44% -
HSV(B) 217.74º 0.91% 0.8% -
XYZ 14.56 11.3 58.54 -
YUV 79.71 198.14 83.99 -
System Red Green Blue C M Y K H S L
Decimal 18 87 204 0.91 0.57 0 0.2 217.74 0.84 0.44
Hex 12 57 CC 5B 39 0 14 DA 54 2C
Octal 22 127 314 133 71 0 24 332 124 54
Binary 10010 1010111 11001100 1011011 111001 0 10100 11011010 1010100 101100

Color Harmonies of #1257CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1257CC

Black with #1257CC

Text Example


Text Example

White with #1257CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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