Html Css Color HEX #0C849E Eastern Blue

📋 copy color: '#0C849E'

red 12 ◦ green 132 ◦ blue 158

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

Shades of Eastern Blue #0C849E

Tints of Eastern Blue #0C849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

 BLUE value IS 158 (62.11% from 255) = 52.32%

R = 3.97%
G = 43.71%
B = 52.32%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C849E (or 0x0C849E) is known color: Eastern Blue. HEX triplet: 0C, 84 and 9E. RGB value is (12,132,158). Sum of RGB (Red+Green+Blue) = 12+132+158=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C849E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C849E is #F37B61. Grayscale: #626262. Windows color (decimal): -15956834 or 10388492. OLE color: 10388492.

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

Color convert

RGB 12 132 158 -
CMYK 0.92 0.16 0 0.38
HSL 190.68º 0.86% 0.33% -
HSV(B) 190.68º 0.92% 0.62% -
XYZ 14.57 19.05 35.26 -
YUV 99.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 12 132 158 0.92 0.16 0 0.38 190.68 0.86 0.33
Hex C 84 9E 5C 10 0 26 BF 56 21
Octal 14 204 236 134 20 0 46 277 126 41
Binary 1100 10000100 10011110 1011100 10000 0 100110 10111111 1010110 100001

Color Harmonies of #0C849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C849E

Black with #0C849E

Text Example


Text Example

White with #0C849E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,132,158); }

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

background-color css

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

 a { background-color: rgb(12,132,158); }

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

border-color css

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

 span { border-color: rgb(12,132,158); }

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