#123E77

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

Shades of Dark Cerulean #123E77

Tints of Dark Cerulean #123E77

Color information

#123E77 (or 0x123E77) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3E and 77. RGB value is (18,62,119). Sum of RGB (Red+Green+Blue) = 18+62+119=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #123E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E77 is #EDC188. Grayscale: #373737. Windows color (decimal): -15581577 or 7814674. OLE color: 7814674.

HSL color Cylindrical-coordinate representation of color #123E77: hue angle of 213.86º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123E77 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1862119-
CMYK0.850.4800.53
HSL213.86º73.72%26.86%-
HSV(B)213.86º84.87%46.67%-
XYZ5.34.9118.12-
YUV55.34163.92101.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=9.05%
G=31.16%
B=59.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18621190.850.4800.53213.8673.7226.86
Hex123E775530035d64a1b
Octal22761671256006532611233
Binary1001011111011101111010101110000011010111010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,62,119); }

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

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

 a { background-color: rgb(18,62,119); }

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

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

 span { border-color: rgb(18,62,119); }

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