#12385A

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

Shades of Regal Blue #12385A

Tints of Regal Blue #12385A

Color information

#12385A (or 0x12385A) is unknown color: approx Regal Blue. HEX triplet: 12, 38 and 5A. RGB value is (18,56,90). Sum of RGB (Red+Green+Blue) = 18+56+90=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #12385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12385A is #EDC7A5. Grayscale: #303030. Windows color (decimal): -15583142 or 5912594. OLE color: 5912594.

HSL color Cylindrical-coordinate representation of color #12385A: hue angle of 208.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12385A is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB185690-
CMYK0.800.3800.65
HSL208.33º66.67%21.18%-
HSV(B)208.33º80%35.29%-
XYZ3.513.710.2-
YUV48.51151.41106.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=10.98%
G=34.15%
B=54.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1856900.800.3800.65208.3366.6721.18
Hex12385A5026041d04315
Octal227013212046010132010325
Binary10010111000101101010100001001100100000111010000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12385A; }

 p { color: rgb(18,56,90); }

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

<style>
 a { background-color: #12385A; }

 a { background-color: rgb(18,56,90); }

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

<style>
 span { border-color: #12385A; }

 span { border-color: rgb(18,56,90); }

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