Html Css Color HEX #0A819C Eastern Blue

📋 copy color: '#0A819C'

red 10 ◦ green 129 ◦ blue 156

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

Shades of Eastern Blue #0A819C

Tints of Eastern Blue #0A819C

RGB

 RED value IS 10 (4.3% from 255) = 3.39%

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

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 3.39%
G = 43.73%
B = 52.88%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0A819C (or 0x0A819C) is known color: Eastern Blue. HEX triplet: 0A, 81 and 9C. RGB value is (10,129,156). Sum of RGB (Red+Green+Blue) = 10+129+156=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A819C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A819C is #F57E63. Grayscale: #606060. Windows color (decimal): -16088676 or 10256650. OLE color: 10256650.

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

Color convert

RGB 10 129 156 -
CMYK 0.94 0.17 0 0.39
HSL 191.1º 0.88% 0.33% -
HSV(B) 191.1º 0.94% 0.61% -
XYZ 13.98 18.17 34.22 -
YUV 96.5 161.58 66.3 -
System Red Green Blue C M Y K H S L
Decimal 10 129 156 0.94 0.17 0 0.39 191.1 0.88 0.33
Hex A 81 9C 5E 11 0 27 BF 58 21
Octal 12 201 234 136 21 0 47 277 130 41
Binary 1010 10000001 10011100 1011110 10001 0 100111 10111111 1011000 100001

Color Harmonies of #0A819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A819C

Black with #0A819C

Text Example


Text Example

White with #0A819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A819C; }

 p { color: rgb(10,129,156); }

 H1.HeaderClassName
 {
   color: #0A819C;
 }
 .AnyTagClassName
 {
   color: #0A819C;
 }
</style>

background-color css

<style>
 a { background-color: #0A819C; }

 a { background-color: rgb(10,129,156); }

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

border-color css

<style>
 span { border-color: #0A819C; }

 span { border-color: rgb(10,129,156); }

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