#123F7A

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

Shades of Dark Cerulean #123F7A

Tints of Dark Cerulean #123F7A

Color information

#123F7A (or 0x123F7A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3F and 7A. RGB value is (18,63,122). Sum of RGB (Red+Green+Blue) = 18+63+122=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #123F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F7A is #EDC085. Grayscale: #373737. Windows color (decimal): -15581318 or 8011538. OLE color: 8011538.

HSL color Cylindrical-coordinate representation of color #123F7A: hue angle of 214.04º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123F7A is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1863122-
CMYK0.850.4800.52
HSL214.04º74.29%27.45%-
HSV(B)214.04º85.25%47.84%-
XYZ5.545.0919.1-
YUV56.27165.09100.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=8.87%
G=31.03%
B=60.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18631220.850.4800.52214.0474.2927.45
Hex123F7A5530034d64a1b
Octal22771721256006432611233
Binary1001011111111110101010101110000011010011010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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