#123882

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

Shades of Dark Cerulean #123882

Tints of Dark Cerulean #123882

Color information

#123882 (or 0x123882) is unknown color: approx Dark Cerulean. HEX triplet: 12, 38 and 82. RGB value is (18,56,130). Sum of RGB (Red+Green+Blue) = 18+56+130=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #123882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123882 is #EDC77D. Grayscale: #343434. Windows color (decimal): -15583102 or 8534034. OLE color: 8534034.

HSL color Cylindrical-coordinate representation of color #123882: hue angle of 219.64º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123882 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1856130-
CMYK0.860.5700.49
HSL219.64º75.68%29.02%-
HSV(B)219.64º86.15%50.98%-
XYZ5.694.5721.7-
YUV53.07171.41102.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 130 (51.17% from 255) = 63.73%
R=8.82%
G=27.45%
B=63.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18561300.860.5700.49219.6475.6829.02
Hex1238825639031dc4c1d
Octal22702021267106133411435
Binary10010111000100000101010110111001011000111011100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123882; }

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

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

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

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

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

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

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

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