Html Css Color HEX #12809B Eastern Blue

📋 copy color: '#12809B'

red 18 ◦ green 128 ◦ blue 155

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

Shades of Eastern Blue #12809B

Tints of Eastern Blue #12809B

RGB

 RED value IS 18 (7.42% from 255) = 5.98%

 GREEN value IS 128 (50.39% from 255) = 42.52%

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

R = 5.98%
G = 42.52%
B = 51.5%

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

#12809B (or 0x12809B) is known color: Eastern Blue. HEX triplet: 12, 80 and 9B. RGB value is (18,128,155). Sum of RGB (Red+Green+Blue) = 18+128+155=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #12809B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12809B is #ED7F64. Grayscale: #616161. Windows color (decimal): -15564645 or 10190866. OLE color: 10190866.

HSL color Cylindrical-coordinate representation of color #12809B: hue angle of 191.82º degrees, saturation: 0.79, 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 #12809B is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 128 155 -
CMYK 0.88 0.17 0 0.39
HSL 191.82º 0.79% 0.34% -
HSV(B) 191.82º 0.88% 0.61% -
XYZ 13.89 17.93 33.74 -
YUV 98.19 160.06 70.8 -
System Red Green Blue C M Y K H S L
Decimal 18 128 155 0.88 0.17 0 0.39 191.82 0.79 0.34
Hex 12 80 9B 58 11 0 27 C0 4F 22
Octal 22 200 233 130 21 0 47 300 117 42
Binary 10010 10000000 10011011 1011000 10001 0 100111 11000000 1001111 100010

Color Harmonies of #12809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12809B

Black with #12809B

Text Example


Text Example

White with #12809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,128,155); }

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

background-color css

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

 a { background-color: rgb(18,128,155); }

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

border-color css

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

 span { border-color: rgb(18,128,155); }

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