#0C658B

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

Shades of Allports #0C658B

Tints of Allports #0C658B

Color information

#0C658B (or 0x0C658B) is unknown color: approx Allports. HEX triplet: 0C, 65 and 8B. RGB value is (12,101,139). Sum of RGB (Red+Green+Blue) = 12+101+139=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C658B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C658B is #F39A74. Grayscale: #4E4E4E. Windows color (decimal): -15964789 or 9135372. OLE color: 9135372.

HSL color Cylindrical-coordinate representation of color #0C658B: hue angle of 197.95º 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 #0C658B is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12101139-
CMYK0.910.2700.45
HSL197.95º84.11%29.61%-
HSV(B)197.95º91.37%54.51%-
XYZ9.4711.2526.1-
YUV78.72162.0180.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.76%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=4.76%
G=40.08%
B=55.16%

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
Decimal121011390.910.2700.45197.9584.1129.61
HexC658B5B1B02Dc6541e
Octal141452131333305530612436
Binary1100110010110001011101101111011010110111000110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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