Html Css Color HEX #123981 Dark Cerulean

📋 copy color: '#123981'

red 18 ◦ green 57 ◦ blue 129

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

Shades of Dark Cerulean #123981

Tints of Dark Cerulean #123981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.24%

R = 8.82%
G = 27.94%
B = 63.24%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123981 (or 0x123981) is known color: Dark Cerulean. HEX triplet: 12, 39 and 81. RGB value is (18,57,129). Sum of RGB (Red+Green+Blue) = 18+57+129=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #123981 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123981 is #EDC67E. Grayscale: #353535. Windows color (decimal): -15582847 or 8468754. OLE color: 8468754.

HSL color Cylindrical-coordinate representation of color #123981: hue angle of 218.92º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123981 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 57 129 -
CMYK 0.86 0.56 0 0.49
HSL 218.92º 0.76% 0.29% -
HSV(B) 218.92º 0.86% 0.51% -
XYZ 5.68 4.64 21.37 -
YUV 53.55 170.58 102.65 -
System Red Green Blue C M Y K H S L
Decimal 18 57 129 0.86 0.56 0 0.49 218.92 0.76 0.29
Hex 12 39 81 56 38 0 31 DB 4C 1D
Octal 22 71 201 126 70 0 61 333 114 35
Binary 10010 111001 10000001 1010110 111000 0 110001 11011011 1001100 11101

Color Harmonies of #123981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123981

Black with #123981

Text Example


Text Example

White with #123981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123981; }

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

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

background-color css

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

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

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

border-color css

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

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

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