Html Css Color HEX #0C819B Eastern Blue

📋 copy color: '#0C819B'

red 12 ◦ green 129 ◦ blue 155

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

Shades of Eastern Blue #0C819B

Tints of Eastern Blue #0C819B

RGB

 RED value IS 12 (5.08% from 255) = 4.05%

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

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

R = 4.05%
G = 43.58%
B = 52.36%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C819B (or 0x0C819B) is known color: Eastern Blue. HEX triplet: 0C, 81 and 9B. RGB value is (12,129,155). Sum of RGB (Red+Green+Blue) = 12+129+155=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C819B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C819B is #F37E64. Grayscale: #606060. Windows color (decimal): -15957605 or 10191116. OLE color: 10191116.

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

Color convert

RGB 12 129 155 -
CMYK 0.92 0.17 0 0.39
HSL 190.91º 0.86% 0.33% -
HSV(B) 190.91º 0.92% 0.61% -
XYZ 13.92 18.15 33.78 -
YUV 96.98 160.74 67.39 -
System Red Green Blue C M Y K H S L
Decimal 12 129 155 0.92 0.17 0 0.39 190.91 0.86 0.33
Hex C 81 9B 5C 11 0 27 BF 56 21
Octal 14 201 233 134 21 0 47 277 126 41
Binary 1100 10000001 10011011 1011100 10001 0 100111 10111111 1010110 100001

Color Harmonies of #0C819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C819B

Black with #0C819B

Text Example


Text Example

White with #0C819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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