#0c3955

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

Shades of Regal Blue #0C3955

Tints of Regal Blue #0C3955

Color information

#0C3955 (or 0x0C3955) is unknown color: approx Regal Blue. HEX triplet: 0C, 39 and 55. RGB value is (12,57,85). Sum of RGB (Red+Green+Blue) = 12+57+85=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C3955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3955 is #F3C6AA. Grayscale: #2E2E2E. Windows color (decimal): -15976107 or 5585164. OLE color: 5585164.

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

Color convert

RGB125785-
CMYK0.860.3300.67
HSL203.01º75.26%19.02%-
HSV(B)203.01º85.88%33.33%-
XYZ3.253.669.13-
YUV46.74149.59103.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.79%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=7.79%
G=37.01%
B=55.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1257850.860.3300.67203.0175.2619.02
HexC39555621043cb4b13
Octal147112512641010331311323
Binary1100111001101010110101101000010100001111001011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c3955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,57,85); }

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

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

 a { background-color: rgb(12,57,85); }

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

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

 span { border-color: rgb(12,57,85); }

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