#123F75

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

Shades of Dark Cerulean #123F75

Tints of Dark Cerulean #123F75

Color information

#123F75 (or 0x123F75) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3F and 75. RGB value is (18,63,117). Sum of RGB (Red+Green+Blue) = 18+63+117=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #123F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F75 is #EDC08A. Grayscale: #373737. Windows color (decimal): -15581323 or 7683858. OLE color: 7683858.

HSL color Cylindrical-coordinate representation of color #123F75: hue angle of 212.73º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123F75 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1863117-
CMYK0.850.4600.54
HSL212.73º73.33%26.47%-
HSV(B)212.73º84.62%45.88%-
XYZ5.244.9717.51-
YUV55.7162.59101.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 117 (46.09% from 255) = 59.09%
R=9.09%
G=31.82%
B=59.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18631170.850.4600.54212.7373.3326.47
Hex123F75552E036d5491a
Octal22771651255606632511132
Binary1001011111111101011010101101110011011011010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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