Html Css Color HEX #13819F Eastern Blue

📋 copy color: '#13819F'

red 19 ◦ green 129 ◦ blue 159

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

Shades of Eastern Blue #13819F

Tints of Eastern Blue #13819F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.79%

R = 6.19%
G = 42.02%
B = 51.79%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13819F (or 0x13819F) is known color: Eastern Blue. HEX triplet: 13, 81 and 9F. RGB value is (19,129,159). Sum of RGB (Red+Green+Blue) = 19+129+159=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #13819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13819F is #EC7E60. Grayscale: #636363. Windows color (decimal): -15498849 or 10453267. OLE color: 10453267.

HSL color Cylindrical-coordinate representation of color #13819F: hue angle of 192.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13819F is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 129 159 -
CMYK 0.88 0.19 0 0.38
HSL 192.86º 0.79% 0.35% -
HSV(B) 192.86º 0.88% 0.62% -
XYZ 14.38 18.34 35.58 -
YUV 99.53 161.56 70.56 -
System Red Green Blue C M Y K H S L
Decimal 19 129 159 0.88 0.19 0 0.38 192.86 0.79 0.35
Hex 13 81 9F 58 13 0 26 C1 4F 23
Octal 23 201 237 130 23 0 46 301 117 43
Binary 10011 10000001 10011111 1011000 10011 0 100110 11000001 1001111 100011

Color Harmonies of #13819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13819F

Black with #13819F

Text Example


Text Example

White with #13819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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