Html Css Color HEX #13819B Eastern Blue

📋 copy color: '#13819B'

red 19 ◦ green 129 ◦ blue 155

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

Shades of Eastern Blue #13819B

Tints of Eastern Blue #13819B

RGB

 RED value IS 19 (7.81% from 255) = 6.27%

 GREEN value IS 129 (50.78% from 255) = 42.57%

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

R = 6.27%
G = 42.57%
B = 51.16%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13819B (or 0x13819B) is known color: Eastern Blue. HEX triplet: 13, 81 and 9B. RGB value is (19,129,155). Sum of RGB (Red+Green+Blue) = 19+129+155=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #13819B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13819B is #EC7E64. Grayscale: #626262. Windows color (decimal): -15498853 or 10191123. OLE color: 10191123.

HSL color Cylindrical-coordinate representation of color #13819B: hue angle of 191.47º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13819B is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 129 155 -
CMYK 0.88 0.17 0 0.39
HSL 191.47º 0.78% 0.34% -
HSV(B) 191.47º 0.88% 0.61% -
XYZ 14.04 18.21 33.78 -
YUV 99.07 159.56 70.89 -
System Red Green Blue C M Y K H S L
Decimal 19 129 155 0.88 0.17 0 0.39 191.47 0.78 0.34
Hex 13 81 9B 58 11 0 27 BF 4E 22
Octal 23 201 233 130 21 0 47 277 116 42
Binary 10011 10000001 10011011 1011000 10001 0 100111 10111111 1001110 100010

Color Harmonies of #13819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13819B

Black with #13819B

Text Example


Text Example

White with #13819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,129,155); }

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

background-color css

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

 a { background-color: rgb(19,129,155); }

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

border-color css

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

 span { border-color: rgb(19,129,155); }

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