#0C6293

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

Shades of Allports #0C6293

Tints of Allports #0C6293

Color information

#0C6293 (or 0x0C6293) is unknown color: approx Allports. HEX triplet: 0C, 62 and 93. RGB value is (12,98,147). Sum of RGB (Red+Green+Blue) = 12+98+147=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C6293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6293 is #F39D6C. Grayscale: #4D4D4D. Windows color (decimal): -15965549 or 9658892. OLE color: 9658892.

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

Color convert

RGB1298147-
CMYK0.920.3300.42
HSL201.78º84.91%31.18%-
HSV(B)201.78º91.84%57.65%-
XYZ9.7910.9229.2-
YUV77.87167.0181.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.67%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=4.67%
G=38.13%
B=57.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12981470.920.3300.42201.7884.9131.18
HexC62935C2102Aca551f
Octal141422231344105231212537
Binary11001100010100100111011100100001010101011001010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,98,147); }

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

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

 a { background-color: rgb(12,98,147); }

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

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

 span { border-color: rgb(12,98,147); }

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