Html Css Color HEX #1255CF Denim

📋 copy color: '#1255CF'

red 18 ◦ green 85 ◦ blue 207

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

Shades of Denim #1255CF

Tints of Denim #1255CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 5.81%
G = 27.42%
B = 66.77%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1255CF (or 0x1255CF) is known color: Denim. HEX triplet: 12, 55 and CF. RGB value is (18,85,207). Sum of RGB (Red+Green+Blue) = 18+85+207=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #1255CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1255CF is #EDAA30. Grayscale: #4E4E4E. Windows color (decimal): -15575601 or 13587730. OLE color: 13587730.

HSL color Cylindrical-coordinate representation of color #1255CF: hue angle of 218.73º 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 #1255CF is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 85 207 -
CMYK 0.91 0.59 0 0.19
HSL 218.73º 0.84% 0.44% -
HSV(B) 218.73º 0.91% 0.81% -
XYZ 14.76 11.13 60.4 -
YUV 78.88 200.3 84.58 -
System Red Green Blue C M Y K H S L
Decimal 18 85 207 0.91 0.59 0 0.19 218.73 0.84 0.44
Hex 12 55 CF 5B 3B 0 13 DB 54 2C
Octal 22 125 317 133 73 0 23 333 124 54
Binary 10010 1010101 11001111 1011011 111011 0 10011 11011011 1010100 101100

Color Harmonies of #1255CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1255CF

Black with #1255CF

Text Example


Text Example

White with #1255CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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