Html Css Color HEX #1551CC Denim

📋 copy color: '#1551CC'

red 21 ◦ green 81 ◦ blue 204

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

Shades of Denim #1551CC

Tints of Denim #1551CC

RGB

 RED value IS 21 (8.59% from 255) = 6.86%

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 6.86%
G = 26.47%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1551CC (or 0x1551CC) is known color: Denim. HEX triplet: 15, 51 and CC. RGB value is (21,81,204). Sum of RGB (Red+Green+Blue) = 21+81+204=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #1551CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1551CC is #EAAE33. Grayscale: #4C4C4C. Windows color (decimal): -15380020 or 13390101. OLE color: 13390101.

HSL color Cylindrical-coordinate representation of color #1551CC: hue angle of 220.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1551CC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 81 204 -
CMYK 0.90 0.60 0 0.2
HSL 220.33º 0.81% 0.44% -
HSV(B) 220.33º 0.9% 0.8% -
XYZ 14.15 10.4 58.39 -
YUV 77.08 199.62 88 -
System Red Green Blue C M Y K H S L
Decimal 21 81 204 0.90 0.60 0 0.2 220.33 0.81 0.44
Hex 15 51 CC 5A 3C 0 14 DC 51 2C
Octal 25 121 314 132 74 0 24 334 121 54
Binary 10101 1010001 11001100 1011010 111100 0 10100 11011100 1010001 101100

Color Harmonies of #1551CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1551CC

Black with #1551CC

Text Example


Text Example

White with #1551CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,81,204); }

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

background-color css

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

 a { background-color: rgb(21,81,204); }

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

border-color css

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

 span { border-color: rgb(21,81,204); }

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