#0C3952

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

Shades of Regal Blue #0C3952

Tints of Regal Blue #0C3952

Color information

#0C3952 (or 0x0C3952) is unknown color: approx Regal Blue. HEX triplet: 0C, 39 and 52. RGB value is (12,57,82). Sum of RGB (Red+Green+Blue) = 12+57+82=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #0C3952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3952 is #F3C6AD. Grayscale: #2E2E2E. Windows color (decimal): -15976110 or 5388556. OLE color: 5388556.

HSL color Cylindrical-coordinate representation of color #0C3952: hue angle of 201.43º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C3952 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB125782-
CMYK0.850.3000.68
HSL201.43º74.47%18.43%-
HSV(B)201.43º85.37%32.16%-
XYZ3.143.618.51-
YUV46.4148.09103.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.95%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 82 (32.42% from 255) = 54.30%
R=7.95%
G=37.75%
B=54.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1257820.850.3000.68201.4374.4718.43
HexC3952551E044c94a12
Octal147112212536010431111222
Binary110011100110100101010101111100100010011001001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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