#0C3A56

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

Shades of Regal Blue #0C3A56

Tints of Regal Blue #0C3A56

Color information

#0C3A56 (or 0x0C3A56) is unknown color: approx Regal Blue. HEX triplet: 0C, 3A and 56. RGB value is (12,58,86). Sum of RGB (Red+Green+Blue) = 12+58+86=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C3A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3A56 is #F3C5A9. Grayscale: #2F2F2F. Windows color (decimal): -15975850 or 5650956. OLE color: 5650956.

HSL color Cylindrical-coordinate representation of color #0C3A56: hue angle of 202.7º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C3A56 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB125886-
CMYK0.860.3300.66
HSL202.7º75.51%19.22%-
HSV(B)202.7º86.05%33.73%-
XYZ3.343.789.36-
YUV47.44149.76102.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.69%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 86 (33.98% from 255) = 55.13%
R=7.69%
G=37.18%
B=55.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1258860.860.3300.66202.775.5119.22
HexC3A565621042cb4c13
Octal147212612641010231311423
Binary1100111010101011010101101000010100001011001011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,58,86); }

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

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

 a { background-color: rgb(12,58,86); }

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

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

 span { border-color: rgb(12,58,86); }

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