#0C668B

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

Shades of Allports #0C668B

Tints of Allports #0C668B

Color information

#0C668B (or 0x0C668B) is unknown color: approx Allports. HEX triplet: 0C, 66 and 8B. RGB value is (12,102,139). Sum of RGB (Red+Green+Blue) = 12+102+139=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C668B is #F39974. Grayscale: #4F4F4F. Windows color (decimal): -15964533 or 9135628. OLE color: 9135628.

HSL color Cylindrical-coordinate representation of color #0C668B: hue angle of 197.48º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C668B is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12102139-
CMYK0.910.2700.45
HSL197.48º84.11%29.61%-
HSV(B)197.48º91.37%54.51%-
XYZ9.5611.4426.13-
YUV79.31161.6879.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.74%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=4.74%
G=40.32%
B=54.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121021390.910.2700.45197.4884.1129.61
HexC668B5B1B02Dc5541e
Octal141462131333305530512436
Binary1100110011010001011101101111011010110111000101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,102,139); }

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

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

 a { background-color: rgb(12,102,139); }

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

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

 span { border-color: rgb(12,102,139); }

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