Html Css Color HEX #0C839B Eastern Blue

📋 copy color: '#0C839B'

red 12 ◦ green 131 ◦ blue 155

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

Shades of Eastern Blue #0C839B

Tints of Eastern Blue #0C839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

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

R = 4.03%
G = 43.96%
B = 52.01%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C839B (or 0x0C839B) is known color: Eastern Blue. HEX triplet: 0C, 83 and 9B. RGB value is (12,131,155). Sum of RGB (Red+Green+Blue) = 12+131+155=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C839B is #F37C64. Grayscale: #616161. Windows color (decimal): -15957093 or 10191628. OLE color: 10191628.

HSL color Cylindrical-coordinate representation of color #0C839B: hue angle of 190.07º 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 #0C839B is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 131 155 -
CMYK 0.92 0.15 0 0.39
HSL 190.07º 0.86% 0.33% -
HSV(B) 190.07º 0.92% 0.61% -
XYZ 14.18 18.68 33.87 -
YUV 98.16 160.08 66.55 -
System Red Green Blue C M Y K H S L
Decimal 12 131 155 0.92 0.15 0 0.39 190.07 0.86 0.33
Hex C 83 9B 5C F 0 27 BE 56 21
Octal 14 203 233 134 17 0 47 276 126 41
Binary 1100 10000011 10011011 1011100 1111 0 100111 10111110 1010110 100001

Color Harmonies of #0C839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C839B

Black with #0C839B

Text Example


Text Example

White with #0C839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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