#12547D

Color #12547D Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #12547D

Tints of Dark Cerulean #12547D

Color information

#12547D (or 0x12547D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 54 and 7D. RGB value is (18,84,125). Sum of RGB (Red+Green+Blue) = 18+84+125=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #12547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12547D is #EDAB82. Grayscale: #444444. Windows color (decimal): -15575939 or 8213522. OLE color: 8213522.

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

Color convert

RGB1884125-
CMYK0.860.3300.51
HSL202.99º74.83%28.04%-
HSV(B)202.99º85.6%49.02%-
XYZ7.127.9520.56-
YUV68.94159.6391.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 125 (49.22% from 255) = 55.07%
R=7.93%
G=37.00%
B=55.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18841250.860.3300.51202.9974.8328.04
Hex12547D5621033cb4b1c
Octal221241751264106331311334
Binary10010101010011111011010110100001011001111001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12547D; }

 p { color: rgb(18,84,125); }

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

<style>
 a { background-color: #12547D; }

 a { background-color: rgb(18,84,125); }

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

<style>
 span { border-color: #12547D; }

 span { border-color: rgb(18,84,125); }

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