#0C7388

Color #0C7388 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #0C7388

Tints of Allports #0C7388

Color information

#0C7388 (or 0x0C7388) is unknown color: approx Allports. HEX triplet: 0C, 73 and 88. RGB value is (12,115,136). Sum of RGB (Red+Green+Blue) = 12+115+136=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C7388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7388 is #F38C77. Grayscale: #565656. Windows color (decimal): -15961208 or 8942348. OLE color: 8942348.

HSL color Cylindrical-coordinate representation of color #0C7388: hue angle of 190.16º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7388 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12115136-
CMYK0.910.1500.47
HSL190.16º83.78%29.02%-
HSV(B)190.16º91.18%53.33%-
XYZ10.7314.1225.45-
YUV86.6155.8874.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.56%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=4.56%
G=43.73%
B=51.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121151360.910.1500.47190.1683.7829.02
HexC73885BF02Fbe541d
Octal141632101331705727612435
Binary110011100111000100010110111111010111110111110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,115,136); }

 H1.HeaderClassName
 {
   color: #0C7388;
 }
 .AnyTagClassName
 {
   color: #0C7388;
 }
</style>
background-color css

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

 a { background-color: rgb(12,115,136); }

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

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

 span { border-color: rgb(12,115,136); }

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