Html Css Color HEX #0C7791 Eastern Blue

📋 copy color: '#0C7791'

red 12 ◦ green 119 ◦ blue 145

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

Shades of Eastern Blue #0C7791

Tints of Eastern Blue #0C7791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 4.35%
G = 43.12%
B = 52.54%

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

#0C7791 (or 0x0C7791) is known color: Eastern Blue. HEX triplet: 0C, 77 and 91. RGB value is (12,119,145). Sum of RGB (Red+Green+Blue) = 12+119+145=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C7791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7791 is #F3886E. Grayscale: #595959. Windows color (decimal): -15960175 or 9533196. OLE color: 9533196.

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

Color convert

RGB 12 119 145 -
CMYK 0.92 0.18 0 0.43
HSL 191.73º 0.85% 0.31% -
HSV(B) 191.73º 0.92% 0.57% -
XYZ 11.86 15.32 29.12 -
YUV 89.97 159.05 72.39 -
System Red Green Blue C M Y K H S L
Decimal 12 119 145 0.92 0.18 0 0.43 191.73 0.85 0.31
Hex C 77 91 5C 12 0 2B C0 55 1F
Octal 14 167 221 134 22 0 53 300 125 37
Binary 1100 1110111 10010001 1011100 10010 0 101011 11000000 1010101 11111

Color Harmonies of #0C7791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7791

Black with #0C7791

Text Example


Text Example

White with #0C7791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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