Html Css Color HEX #123980 Dark Cerulean

📋 copy color: '#123980'

red 18 ◦ green 57 ◦ blue 128

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

Shades of Dark Cerulean #123980

Tints of Dark Cerulean #123980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 63.05%

R = 8.87%
G = 28.08%
B = 63.05%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#123980 (or 0x123980) is known color: Dark Cerulean. HEX triplet: 12, 39 and 80. RGB value is (18,57,128). Sum of RGB (Red+Green+Blue) = 18+57+128=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #123980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123980 is #EDC67F. Grayscale: #353535. Windows color (decimal): -15582848 or 8403218. OLE color: 8403218.

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

Color convert

RGB 18 57 128 -
CMYK 0.86 0.55 0 0.50
HSL 218.73º 0.75% 0.29% -
HSV(B) 218.73º 0.86% 0.5% -
XYZ 5.61 4.61 21.02 -
YUV 53.43 170.08 102.73 -
System Red Green Blue C M Y K H S L
Decimal 18 57 128 0.86 0.55 0 0.50 218.73 0.75 0.29
Hex 12 39 80 56 37 0 32 DB 4B 1D
Octal 22 71 200 126 67 0 62 333 113 35
Binary 10010 111001 10000000 1010110 110111 0 110010 11011011 1001011 11101

Color Harmonies of #123980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123980

Black with #123980

Text Example


Text Example

White with #123980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123980; }

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

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

background-color css

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

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

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

border-color css

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

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

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