Html Css Color HEX #15668C Allports

📋 copy color: '#15668C'

red 21 ◦ green 102 ◦ blue 140

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

Shades of Allports #15668C

Tints of Allports #15668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.78%

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

R = 7.98%
G = 38.78%
B = 53.23%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15668C (or 0x15668C) is known color: Allports. HEX triplet: 15, 66 and 8C. RGB value is (21,102,140). Sum of RGB (Red+Green+Blue) = 21+102+140=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #15668C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15668C is #EA9973. Grayscale: #515151. Windows color (decimal): -15374708 or 9201173. OLE color: 9201173.

HSL color Cylindrical-coordinate representation of color #15668C: hue angle of 199.16º 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 #15668C is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 102 140 -
CMYK 0.85 0.27 0 0.45
HSL 199.16º 0.74% 0.32% -
HSV(B) 199.16º 0.85% 0.55% -
XYZ 9.79 11.56 26.53 -
YUV 82.11 160.66 84.41 -
System Red Green Blue C M Y K H S L
Decimal 21 102 140 0.85 0.27 0 0.45 199.16 0.74 0.32
Hex 15 66 8C 55 1B 0 2D C7 4A 20
Octal 25 146 214 125 33 0 55 307 112 40
Binary 10101 1100110 10001100 1010101 11011 0 101101 11000111 1001010 100000

Color Harmonies of #15668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15668C

Black with #15668C

Text Example


Text Example

White with #15668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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