#123977

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

Shades of Dark Cerulean #123977

Tints of Dark Cerulean #123977

Color information

#123977 (or 0x123977) is unknown color: approx Dark Cerulean. HEX triplet: 12, 39 and 77. RGB value is (18,57,119). Sum of RGB (Red+Green+Blue) = 18+57+119=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #123977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123977 is #EDC688. Grayscale: #343434. Windows color (decimal): -15582857 or 7813394. OLE color: 7813394.

HSL color Cylindrical-coordinate representation of color #123977: hue angle of 216.83º 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 #123977 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1857119-
CMYK0.850.5200.53
HSL216.83º73.72%26.86%-
HSV(B)216.83º84.87%46.67%-
XYZ5.044.3918.03-
YUV52.41165.58103.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 119 (46.88% from 255) = 61.34%
R=9.28%
G=29.38%
B=61.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18571190.850.5200.53216.8373.7226.86
Hex1239775534035d94a1b
Octal22711671256406533111233
Binary1001011100111101111010101110100011010111011001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123977; }

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

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

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

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

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

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

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

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