#124375

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

Shades of Dark Cerulean #124375

Tints of Dark Cerulean #124375

Color information

#124375 (or 0x124375) is unknown color: approx Dark Cerulean. HEX triplet: 12, 43 and 75. RGB value is (18,67,117). Sum of RGB (Red+Green+Blue) = 18+67+117=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #124375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124375 is #EDBC8A. Grayscale: #393939. Windows color (decimal): -15580299 or 7684882. OLE color: 7684882.

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

Color convert

RGB1867117-
CMYK0.850.4300.54
HSL210.3º73.33%26.47%-
HSV(B)210.3º84.62%45.88%-
XYZ5.475.4317.59-
YUV58.05161.2799.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 117 (46.09% from 255) = 57.92%
R=8.91%
G=33.17%
B=57.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18671170.850.4300.54210.373.3326.47
Hex124375552B036d2491a
Octal221031651255306632211132
Binary10010100001111101011010101101011011011011010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124375; }

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

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

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

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

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

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

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

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