Html Css Color HEX #15849B Eastern Blue

📋 copy color: '#15849B'

red 21 ◦ green 132 ◦ blue 155

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

Shades of Eastern Blue #15849B

Tints of Eastern Blue #15849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 6.82%
G = 42.86%
B = 50.32%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15849B (or 0x15849B) is known color: Eastern Blue. HEX triplet: 15, 84 and 9B. RGB value is (21,132,155). Sum of RGB (Red+Green+Blue) = 21+132+155=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #15849B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15849B is #EA7B64. Grayscale: #656565. Windows color (decimal): -15367013 or 10191893. OLE color: 10191893.

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

Color convert

RGB 21 132 155 -
CMYK 0.86 0.15 0 0.39
HSL 190.3º 0.76% 0.35% -
HSV(B) 190.3º 0.86% 0.61% -
XYZ 14.48 19.03 33.92 -
YUV 101.43 158.23 70.63 -
System Red Green Blue C M Y K H S L
Decimal 21 132 155 0.86 0.15 0 0.39 190.3 0.76 0.35
Hex 15 84 9B 56 F 0 27 BE 4C 23
Octal 25 204 233 126 17 0 47 276 114 43
Binary 10101 10000100 10011011 1010110 1111 0 100111 10111110 1001100 100011

Color Harmonies of #15849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15849B

Black with #15849B

Text Example


Text Example

White with #15849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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