Html Css Color HEX #15849C Eastern Blue

📋 copy color: '#15849C'

red 21 ◦ green 132 ◦ blue 156

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

Shades of Eastern Blue #15849C

Tints of Eastern Blue #15849C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.72%

 BLUE value IS 156 (61.33% from 255) = 50.49%

R = 6.8%
G = 42.72%
B = 50.49%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15849C (or 0x15849C) is known color: Eastern Blue. HEX triplet: 15, 84 and 9C. RGB value is (21,132,156). Sum of RGB (Red+Green+Blue) = 21+132+156=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #15849C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15849C is #EA7B63. Grayscale: #656565. Windows color (decimal): -15367012 or 10257429. OLE color: 10257429.

HSL color Cylindrical-coordinate representation of color #15849C: hue angle of 190.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15849C is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 132 156 -
CMYK 0.87 0.15 0 0.39
HSL 190.67º 0.76% 0.35% -
HSV(B) 190.67º 0.87% 0.61% -
XYZ 14.56 19.06 34.36 -
YUV 101.55 158.73 70.55 -
System Red Green Blue C M Y K H S L
Decimal 21 132 156 0.87 0.15 0 0.39 190.67 0.76 0.35
Hex 15 84 9C 57 F 0 27 BF 4C 23
Octal 25 204 234 127 17 0 47 277 114 43
Binary 10101 10000100 10011100 1010111 1111 0 100111 10111111 1001100 100011

Color Harmonies of #15849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15849C

Black with #15849C

Text Example


Text Example

White with #15849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,132,156); }

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

background-color css

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

 a { background-color: rgb(21,132,156); }

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

border-color css

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

 span { border-color: rgb(21,132,156); }

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