Html Css Color HEX #0C8098 Eastern Blue

📋 copy color: '#0C8098'

red 12 ◦ green 128 ◦ blue 152

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

Shades of Eastern Blue #0C8098

Tints of Eastern Blue #0C8098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.05%

R = 4.11%
G = 43.84%
B = 52.05%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C8098 (or 0x0C8098) is known color: Eastern Blue. HEX triplet: 0C, 80 and 98. RGB value is (12,128,152). Sum of RGB (Red+Green+Blue) = 12+128+152=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C8098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8098 is #F37F67. Grayscale: #5F5F5F. Windows color (decimal): -15957864 or 9994252. OLE color: 9994252.

HSL color Cylindrical-coordinate representation of color #0C8098: hue angle of 190.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8098 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 128 152 -
CMYK 0.92 0.16 0 0.40
HSL 190.29º 0.85% 0.32% -
HSV(B) 190.29º 0.92% 0.6% -
XYZ 13.54 17.78 32.42 -
YUV 96.05 159.57 68.05 -
System Red Green Blue C M Y K H S L
Decimal 12 128 152 0.92 0.16 0 0.40 190.29 0.85 0.32
Hex C 80 98 5C 10 0 28 BE 55 20
Octal 14 200 230 134 20 0 50 276 125 40
Binary 1100 10000000 10011000 1011100 10000 0 101000 10111110 1010101 100000

Color Harmonies of #0C8098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8098

Black with #0C8098

Text Example


Text Example

White with #0C8098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,128,152); }

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

background-color css

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

 a { background-color: rgb(12,128,152); }

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

border-color css

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

 span { border-color: rgb(12,128,152); }

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