Html Css Color HEX #0C7792 Eastern Blue

📋 copy color: '#0C7792'

red 12 ◦ green 119 ◦ blue 146

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

Shades of Eastern Blue #0C7792

Tints of Eastern Blue #0C7792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 4.33%
G = 42.96%
B = 52.71%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0C7792 (or 0x0C7792) is known color: Eastern Blue. HEX triplet: 0C, 77 and 92. RGB value is (12,119,146). Sum of RGB (Red+Green+Blue) = 12+119+146=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C7792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7792 is #F3886D. Grayscale: #595959. Windows color (decimal): -15960174 or 9598732. OLE color: 9598732.

HSL color Cylindrical-coordinate representation of color #0C7792: hue angle of 192.09º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7792 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 119 146 -
CMYK 0.92 0.18 0 0.43
HSL 192.09º 0.85% 0.31% -
HSV(B) 192.09º 0.92% 0.57% -
XYZ 11.94 15.35 29.53 -
YUV 90.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 12 119 146 0.92 0.18 0 0.43 192.09 0.85 0.31
Hex C 77 92 5C 12 0 2B C0 55 1F
Octal 14 167 222 134 22 0 53 300 125 37
Binary 1100 1110111 10010010 1011100 10010 0 101011 11000000 1010101 11111

Color Harmonies of #0C7792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7792

Black with #0C7792

Text Example


Text Example

White with #0C7792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,119,146); }

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

background-color css

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

 a { background-color: rgb(12,119,146); }

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

border-color css

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

 span { border-color: rgb(12,119,146); }

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