Html Css Color HEX #155FCA Denim

📋 copy color: '#155FCA'

red 21 ◦ green 95 ◦ blue 202

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

Shades of Denim #155FCA

Tints of Denim #155FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.87%

 BLUE value IS 202 (79.3% from 255) = 63.52%

R = 6.6%
G = 29.87%
B = 63.52%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#155FCA (or 0x155FCA) is known color: Denim. HEX triplet: 15, 5F and CA. RGB value is (21,95,202). Sum of RGB (Red+Green+Blue) = 21+95+202=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #155FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FCA is #EAA035. Grayscale: #545454. Windows color (decimal): -15376438 or 13262613. OLE color: 13262613.

HSL color Cylindrical-coordinate representation of color #155FCA: hue angle of 215.47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155FCA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 95 202 -
CMYK 0.90 0.53 0 0.21
HSL 215.47º 0.81% 0.44% -
HSV(B) 215.47º 0.9% 0.79% -
XYZ 15.06 12.61 57.52 -
YUV 85.07 193.98 82.3 -
System Red Green Blue C M Y K H S L
Decimal 21 95 202 0.90 0.53 0 0.21 215.47 0.81 0.44
Hex 15 5F CA 5A 35 0 15 D7 51 2C
Octal 25 137 312 132 65 0 25 327 121 54
Binary 10101 1011111 11001010 1011010 110101 0 10101 11010111 1010001 101100

Color Harmonies of #155FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FCA

Black with #155FCA

Text Example


Text Example

White with #155FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155FCA; }

 p { color: rgb(21,95,202); }

 H1.HeaderClassName
 {
   color: #155FCA;
 }
 .AnyTagClassName
 {
   color: #155FCA;
 }
</style>

background-color css

<style>
 a { background-color: #155FCA; }

 a { background-color: rgb(21,95,202); }

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

border-color css

<style>
 span { border-color: #155FCA; }

 span { border-color: rgb(21,95,202); }

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