#123F84

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

Shades of Dark Cerulean #123F84

Tints of Dark Cerulean #123F84

Color information

#123F84 (or 0x123F84) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3F and 84. RGB value is (18,63,132). Sum of RGB (Red+Green+Blue) = 18+63+132=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #123F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F84 is #EDC07B. Grayscale: #393939. Windows color (decimal): -15581308 or 8666898. OLE color: 8666898.

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

Color convert

RGB1863132-
CMYK0.860.5200.48
HSL216.32º76%29.41%-
HSV(B)216.32º86.36%51.76%-
XYZ6.195.3522.54-
YUV57.41170.0999.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 132 (51.95% from 255) = 61.97%
R=8.45%
G=29.58%
B=61.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18631320.860.5200.48216.327629.41
Hex123F845634030d84c1d
Octal22772041266406033011435
Binary10010111111100001001010110110100011000011011000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123F84; }

 p { color: rgb(18,63,132); }

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

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

 a { background-color: rgb(18,63,132); }

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

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

 span { border-color: rgb(18,63,132); }

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