#123D7A

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

Shades of Dark Cerulean #123D7A

Tints of Dark Cerulean #123D7A

Color information

#123D7A (or 0x123D7A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3D and 7A. RGB value is (18,61,122). Sum of RGB (Red+Green+Blue) = 18+61+122=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #123D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D7A is #EDC285. Grayscale: #363636. Windows color (decimal): -15581830 or 8011026. OLE color: 8011026.

HSL color Cylindrical-coordinate representation of color #123D7A: hue angle of 215.19º 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 #123D7A is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1861122-
CMYK0.850.5000.52
HSL215.19º74.29%27.45%-
HSV(B)215.19º85.25%47.84%-
XYZ5.434.8719.07-
YUV55.1165.75101.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=8.96%
G=30.35%
B=60.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18611220.850.5000.52215.1974.2927.45
Hex123D7A5532034d74a1b
Octal22751721256206432711233
Binary1001011110111110101010101110010011010011010111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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