#0C5D7E

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

Shades of Allports #0C5D7E

Tints of Allports #0C5D7E

Color information

#0C5D7E (or 0x0C5D7E) is unknown color: approx Allports. HEX triplet: 0C, 5D and 7E. RGB value is (12,93,126). Sum of RGB (Red+Green+Blue) = 12+93+126=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #0C5D7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5D7E is #F3A281. Grayscale: #484848. Windows color (decimal): -15966850 or 8281356. OLE color: 8281356.

HSL color Cylindrical-coordinate representation of color #0C5D7E: hue angle of 197.37º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5D7E is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1293126-
CMYK0.900.2600.51
HSL197.37º82.61%27.06%-
HSV(B)197.37º90.48%49.41%-
XYZ7.839.4121.14-
YUV72.54158.1684.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.19%
GREEN value IS 93 (36.72% from 255) = 40.26%
BLUE value IS 126 (49.61% from 255) = 54.55%
R=5.19%
G=40.26%
B=54.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12931260.900.2600.51197.3782.6127.06
HexC5D7E5A1A033c5531b
Octal141351761323206330512333
Binary110010111011111110101101011010011001111000101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,93,126); }

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

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

 a { background-color: rgb(12,93,126); }

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

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

 span { border-color: rgb(12,93,126); }

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