Html Css Color HEX #123988 Dark Cerulean

📋 copy color: '#123988'

red 18 ◦ green 57 ◦ blue 136

#123988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #123988

Tints of Dark Cerulean #123988

RGB

 RED value IS 18 (7.42% from 255) = 8.53%

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 136 (53.52% from 255) = 64.45%

R = 8.53%
G = 27.01%
B = 64.45%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#123988 (or 0x123988) is known color: Dark Cerulean. HEX triplet: 12, 39 and 88. RGB value is (18,57,136). Sum of RGB (Red+Green+Blue) = 18+57+136=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #123988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123988 is #EDC677. Grayscale: #353535. Windows color (decimal): -15582840 or 8927506. OLE color: 8927506.

HSL color Cylindrical-coordinate representation of color #123988: hue angle of 220.17º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123988 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 57 136 -
CMYK 0.87 0.58 0 0.47
HSL 220.17º 0.77% 0.3% -
HSV(B) 220.17º 0.87% 0.53% -
XYZ 6.16 4.83 23.9 -
YUV 54.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 18 57 136 0.87 0.58 0 0.47 220.17 0.77 0.3
Hex 12 39 88 57 3A 0 2F DC 4D 1E
Octal 22 71 210 127 72 0 57 334 115 36
Binary 10010 111001 10001000 1010111 111010 0 101111 11011100 1001101 11110

Color Harmonies of #123988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123988

Black with #123988

Text Example


Text Example

White with #123988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123988; }

 p { color: rgb(18,57,136); }

 H1.HeaderClassName
 {
   color: #123988;
 }
 .AnyTagClassName
 {
   color: #123988;
 }
</style>

background-color css

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

 a { background-color: rgb(18,57,136); }

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

border-color css

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

 span { border-color: rgb(18,57,136); }

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