Html Css Color HEX #123876 Dark Cerulean

📋 copy color: '#123876'

red 18 ◦ green 56 ◦ blue 118

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

Shades of Dark Cerulean #123876

Tints of Dark Cerulean #123876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.17%

 BLUE value IS 118 (46.48% from 255) = 61.46%

R = 9.38%
G = 29.17%
B = 61.46%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#123876 (or 0x123876) is known color: Dark Cerulean. HEX triplet: 12, 38 and 76. RGB value is (18,56,118). Sum of RGB (Red+Green+Blue) = 18+56+118=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #123876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123876 is #EDC789. Grayscale: #333333. Windows color (decimal): -15583114 or 7747602. OLE color: 7747602.

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

Color convert

RGB 18 56 118 -
CMYK 0.85 0.53 0 0.54
HSL 217.2º 0.74% 0.27% -
HSV(B) 217.2º 0.85% 0.46% -
XYZ 4.93 4.26 17.7 -
YUV 51.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 18 56 118 0.85 0.53 0 0.54 217.2 0.74 0.27
Hex 12 38 76 55 35 0 36 D9 4A 1B
Octal 22 70 166 125 65 0 66 331 112 33
Binary 10010 111000 1110110 1010101 110101 0 110110 11011001 1001010 11011

Color Harmonies of #123876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123876

Black with #123876

Text Example


Text Example

White with #123876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123876; }

 p { color: rgb(18,56,118); }

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

background-color css

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

 a { background-color: rgb(18,56,118); }

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

border-color css

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

 span { border-color: rgb(18,56,118); }

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