Html Css Color HEX #15638C Allports

📋 copy color: '#15638C'

red 21 ◦ green 99 ◦ blue 140

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

Shades of Allports #15638C

Tints of Allports #15638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.08%

 BLUE value IS 140 (55.08% from 255) = 53.85%

R = 8.08%
G = 38.08%
B = 53.85%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15638C (or 0x15638C) is known color: Allports. HEX triplet: 15, 63 and 8C. RGB value is (21,99,140). Sum of RGB (Red+Green+Blue) = 21+99+140=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #15638C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15638C is #EA9C73. Grayscale: #505050. Windows color (decimal): -15375476 or 9200405. OLE color: 9200405.

HSL color Cylindrical-coordinate representation of color #15638C: hue angle of 200.67º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15638C is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 99 140 -
CMYK 0.85 0.29 0 0.45
HSL 200.67º 0.74% 0.32% -
HSV(B) 200.67º 0.85% 0.55% -
XYZ 9.5 10.98 26.43 -
YUV 80.35 161.66 85.67 -
System Red Green Blue C M Y K H S L
Decimal 21 99 140 0.85 0.29 0 0.45 200.67 0.74 0.32
Hex 15 63 8C 55 1D 0 2D C9 4A 20
Octal 25 143 214 125 35 0 55 311 112 40
Binary 10101 1100011 10001100 1010101 11101 0 101101 11001001 1001010 100000

Color Harmonies of #15638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15638C

Black with #15638C

Text Example


Text Example

White with #15638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15638C; }

 p { color: rgb(21,99,140); }

 H1.HeaderClassName
 {
   color: #15638C;
 }
 .AnyTagClassName
 {
   color: #15638C;
 }
</style>

background-color css

<style>
 a { background-color: #15638C; }

 a { background-color: rgb(21,99,140); }

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

border-color css

<style>
 span { border-color: #15638C; }

 span { border-color: rgb(21,99,140); }

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