#124475

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

Shades of Dark Cerulean #124475

Tints of Dark Cerulean #124475

Color information

#124475 (or 0x124475) is unknown color: approx Dark Cerulean. HEX triplet: 12, 44 and 75. RGB value is (18,68,117). Sum of RGB (Red+Green+Blue) = 18+68+117=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #124475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124475 is #EDBB8A. Grayscale: #3A3A3A. Windows color (decimal): -15580043 or 7685138. OLE color: 7685138.

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

Color convert

RGB1868117-
CMYK0.850.4200.54
HSL209.7º73.33%26.47%-
HSV(B)209.7º84.62%45.88%-
XYZ5.535.5517.61-
YUV58.64160.9499.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=8.87%
G=33.50%
B=57.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18681170.850.4200.54209.773.3326.47
Hex124475552A036d2491a
Octal221041651255206632211132
Binary10010100010011101011010101101010011011011010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124475; }

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

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

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

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

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

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

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

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