#123C7D

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

Shades of Dark Cerulean #123C7D

Tints of Dark Cerulean #123C7D

Color information

#123C7D (or 0x123C7D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3C and 7D. RGB value is (18,60,125). Sum of RGB (Red+Green+Blue) = 18+60+125=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #123C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C7D is #EDC382. Grayscale: #363636. Windows color (decimal): -15582083 or 8207378. OLE color: 8207378.

HSL color Cylindrical-coordinate representation of color #123C7D: hue angle of 216.45º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123C7D is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1860125-
CMYK0.860.5200.51
HSL216.45º74.83%28.04%-
HSV(B)216.45º85.6%49.02%-
XYZ5.574.8420.04-
YUV54.85167.59101.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 125 (49.22% from 255) = 61.58%
R=8.87%
G=29.56%
B=61.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18601250.860.5200.51216.4574.8328.04
Hex123C7D5634033d84b1c
Octal22741751266406333011334
Binary1001011110011111011010110110100011001111011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,60,125); }

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

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

 a { background-color: rgb(18,60,125); }

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

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

 span { border-color: rgb(18,60,125); }

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