Html Css Color HEX #1254BE Denim

📋 copy color: '#1254BE'

red 18 ◦ green 84 ◦ blue 190

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

Shades of Denim #1254BE

Tints of Denim #1254BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

 BLUE value IS 190 (74.61% from 255) = 65.07%

R = 6.16%
G = 28.77%
B = 65.07%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1254BE (or 0x1254BE) is known color: Denim. HEX triplet: 12, 54 and BE. RGB value is (18,84,190). Sum of RGB (Red+Green+Blue) = 18+84+190=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #1254BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1254BE is #EDAB41. Grayscale: #4B4B4B. Windows color (decimal): -15575874 or 12473362. OLE color: 12473362.

HSL color Cylindrical-coordinate representation of color #1254BE: hue angle of 216.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1254BE is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 84 190 -
CMYK 0.91 0.56 0 0.25
HSL 216.98º 0.83% 0.41% -
HSV(B) 216.98º 0.91% 0.75% -
XYZ 12.71 10.19 50.01 -
YUV 76.35 192.13 86.38 -
System Red Green Blue C M Y K H S L
Decimal 18 84 190 0.91 0.56 0 0.25 216.98 0.83 0.41
Hex 12 54 BE 5B 38 0 19 D9 53 29
Octal 22 124 276 133 70 0 31 331 123 51
Binary 10010 1010100 10111110 1011011 111000 0 11001 11011001 1010011 101001

Color Harmonies of #1254BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1254BE

Black with #1254BE

Text Example


Text Example

White with #1254BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1254BE; }

 p { color: rgb(18,84,190); }

 H1.HeaderClassName
 {
   color: #1254BE;
 }
 .AnyTagClassName
 {
   color: #1254BE;
 }
</style>

background-color css

<style>
 a { background-color: #1254BE; }

 a { background-color: rgb(18,84,190); }

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

border-color css

<style>
 span { border-color: #1254BE; }

 span { border-color: rgb(18,84,190); }

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