Html Css Color HEX #13829F Eastern Blue

📋 copy color: '#13829F'

red 19 ◦ green 130 ◦ blue 159

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

Shades of Eastern Blue #13829F

Tints of Eastern Blue #13829F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.21%

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

R = 6.17%
G = 42.21%
B = 51.62%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13829F (or 0x13829F) is known color: Eastern Blue. HEX triplet: 13, 82 and 9F. RGB value is (19,130,159). Sum of RGB (Red+Green+Blue) = 19+130+159=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #13829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13829F is #EC7D60. Grayscale: #636363. Windows color (decimal): -15498593 or 10453523. OLE color: 10453523.

HSL color Cylindrical-coordinate representation of color #13829F: hue angle of 192.43º 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 #13829F is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 130 159 -
CMYK 0.88 0.18 0 0.38
HSL 192.43º 0.79% 0.35% -
HSV(B) 192.43º 0.88% 0.62% -
XYZ 14.51 18.61 35.63 -
YUV 100.12 161.23 70.14 -
System Red Green Blue C M Y K H S L
Decimal 19 130 159 0.88 0.18 0 0.38 192.43 0.79 0.35
Hex 13 82 9F 58 12 0 26 C0 4F 23
Octal 23 202 237 130 22 0 46 300 117 43
Binary 10011 10000010 10011111 1011000 10010 0 100110 11000000 1001111 100011

Color Harmonies of #13829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13829F

Black with #13829F

Text Example


Text Example

White with #13829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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