Html Css Color HEX #1254B5 Denim

📋 copy color: '#1254B5'

red 18 ◦ green 84 ◦ blue 181

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

Shades of Denim #1254B5

Tints of Denim #1254B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 63.96%

R = 6.36%
G = 29.68%
B = 63.96%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1254B5 (or 0x1254B5) is known color: Denim. HEX triplet: 12, 54 and B5. RGB value is (18,84,181). Sum of RGB (Red+Green+Blue) = 18+84+181=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 181 (71.09% from 255 or 63.96% from 283); Max value from RGB is 181 - color contains mainly: blue. Hex color #1254B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1254B5 is #EDAB4A. Grayscale: #4A4A4A. Windows color (decimal): -15575883 or 11883538. OLE color: 11883538.

HSL color Cylindrical-coordinate representation of color #1254B5: hue angle of 215.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1254B5 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 84 181 -
CMYK 0.90 0.54 0 0.29
HSL 215.71º 0.82% 0.39% -
HSV(B) 215.71º 0.9% 0.71% -
XYZ 11.76 9.81 44.99 -
YUV 75.32 187.63 87.11 -
System Red Green Blue C M Y K H S L
Decimal 18 84 181 0.90 0.54 0 0.29 215.71 0.82 0.39
Hex 12 54 B5 5A 36 0 1D D8 52 27
Octal 22 124 265 132 66 0 35 330 122 47
Binary 10010 1010100 10110101 1011010 110110 0 11101 11011000 1010010 100111

Color Harmonies of #1254B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1254B5

Black with #1254B5

Text Example


Text Example

White with #1254B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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