Html Css Color HEX #1461CB Denim

📋 copy color: '#1461CB'

red 20 ◦ green 97 ◦ blue 203

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

Shades of Denim #1461CB

Tints of Denim #1461CB

RGB

 RED value IS 20 (8.2% from 255) = 6.25%

 GREEN value IS 97 (38.28% from 255) = 30.31%

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

R = 6.25%
G = 30.31%
B = 63.44%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1461CB (or 0x1461CB) is known color: Denim. HEX triplet: 14, 61 and CB. RGB value is (20,97,203). Sum of RGB (Red+Green+Blue) = 20+97+203=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #1461CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1461CB is #EB9E34. Grayscale: #555555. Windows color (decimal): -15441461 or 13328660. OLE color: 13328660.

HSL color Cylindrical-coordinate representation of color #1461CB: hue angle of 214.75º degrees, saturation: 0.82, 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 #1461CB is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 97 203 -
CMYK 0.90 0.52 0 0.20
HSL 214.75º 0.82% 0.44% -
HSV(B) 214.75º 0.9% 0.8% -
XYZ 15.34 13.01 58.2 -
YUV 86.06 193.99 80.88 -
System Red Green Blue C M Y K H S L
Decimal 20 97 203 0.90 0.52 0 0.20 214.75 0.82 0.44
Hex 14 61 CB 5A 34 0 14 D7 52 2C
Octal 24 141 313 132 64 0 24 327 122 54
Binary 10100 1100001 11001011 1011010 110100 0 10100 11010111 1010010 101100

Color Harmonies of #1461CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1461CB

Black with #1461CB

Text Example


Text Example

White with #1461CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,97,203); }

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

background-color css

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

 a { background-color: rgb(20,97,203); }

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

border-color css

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

 span { border-color: rgb(20,97,203); }

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