Html Css Color HEX #155FCF Denim

📋 copy color: '#155FCF'

red 21 ◦ green 95 ◦ blue 207

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

Shades of Denim #155FCF

Tints of Denim #155FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 6.5%
G = 29.41%
B = 64.09%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#155FCF (or 0x155FCF) is known color: Denim. HEX triplet: 15, 5F and CF. RGB value is (21,95,207). Sum of RGB (Red+Green+Blue) = 21+95+207=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #155FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FCF is #EAA030. Grayscale: #555555. Windows color (decimal): -15376433 or 13590293. OLE color: 13590293.

HSL color Cylindrical-coordinate representation of color #155FCF: hue angle of 216.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155FCF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 95 207 -
CMYK 0.90 0.54 0 0.19
HSL 216.13º 0.82% 0.45% -
HSV(B) 216.13º 0.9% 0.81% -
XYZ 15.66 12.85 60.69 -
YUV 85.64 196.48 81.89 -
System Red Green Blue C M Y K H S L
Decimal 21 95 207 0.90 0.54 0 0.19 216.13 0.82 0.45
Hex 15 5F CF 5A 36 0 13 D8 52 2D
Octal 25 137 317 132 66 0 23 330 122 55
Binary 10101 1011111 11001111 1011010 110110 0 10011 11011000 1010010 101101

Color Harmonies of #155FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FCF

Black with #155FCF

Text Example


Text Example

White with #155FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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