Html Css Color HEX #1254CB Denim

📋 copy color: '#1254CB'

red 18 ◦ green 84 ◦ blue 203

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

Shades of Denim #1254CB

Tints of Denim #1254CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.56%

R = 5.9%
G = 27.54%
B = 66.56%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1254CB (or 0x1254CB) is known color: Denim. HEX triplet: 12, 54 and CB. RGB value is (18,84,203). Sum of RGB (Red+Green+Blue) = 18+84+203=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #1254CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1254CB is #EDAB34. Grayscale: #4D4D4D. Windows color (decimal): -15575861 or 13325330. OLE color: 13325330.

HSL color Cylindrical-coordinate representation of color #1254CB: hue angle of 218.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1254CB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 84 203 -
CMYK 0.91 0.59 0 0.20
HSL 218.59º 0.84% 0.43% -
HSV(B) 218.59º 0.91% 0.8% -
XYZ 14.2 10.78 57.83 -
YUV 77.83 198.63 85.32 -
System Red Green Blue C M Y K H S L
Decimal 18 84 203 0.91 0.59 0 0.20 218.59 0.84 0.43
Hex 12 54 CB 5B 3B 0 14 DB 54 2B
Octal 22 124 313 133 73 0 24 333 124 53
Binary 10010 1010100 11001011 1011011 111011 0 10100 11011011 1010100 101011

Color Harmonies of #1254CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1254CB

Black with #1254CB

Text Example


Text Example

White with #1254CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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