#123F7F

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

Shades of Dark Cerulean #123F7F

Tints of Dark Cerulean #123F7F

Color information

#123F7F (or 0x123F7F) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3F and 7F. RGB value is (18,63,127). Sum of RGB (Red+Green+Blue) = 18+63+127=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #123F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F7F is #EDC080. Grayscale: #383838. Windows color (decimal): -15581313 or 8339218. OLE color: 8339218.

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

Color convert

RGB1863127-
CMYK0.860.5000.50
HSL215.23º75.17%28.43%-
HSV(B)215.23º85.83%49.8%-
XYZ5.865.2220.78-
YUV56.84167.59100.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 63 (25% from 255) = 30.29%
BLUE value IS 127 (50% from 255) = 61.06%
R=8.65%
G=30.29%
B=61.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18631270.860.5000.50215.2375.1728.43
Hex123F7F5632032d74b1c
Octal22771771266206232711334
Binary1001011111111111111010110110010011001011010111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,63,127); }

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

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

 a { background-color: rgb(18,63,127); }

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

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

 span { border-color: rgb(18,63,127); }

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