Html Css Color HEX #123786 Dark Cerulean

📋 copy color: '#123786'

red 18 ◦ green 55 ◦ blue 134

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

Shades of Dark Cerulean #123786

Tints of Dark Cerulean #123786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.57%

 BLUE value IS 134 (52.73% from 255) = 64.73%

R = 8.7%
G = 26.57%
B = 64.73%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#123786 (or 0x123786) is known color: Dark Cerulean. HEX triplet: 12, 37 and 86. RGB value is (18,55,134). Sum of RGB (Red+Green+Blue) = 18+55+134=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #123786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123786 is #EDC879. Grayscale: #343434. Windows color (decimal): -15583354 or 8795922. OLE color: 8795922.

HSL color Cylindrical-coordinate representation of color #123786: hue angle of 220.86º degrees, saturation: 0.76, 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 #123786 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 55 134 -
CMYK 0.87 0.59 0 0.47
HSL 220.86º 0.76% 0.3% -
HSV(B) 220.86º 0.87% 0.53% -
XYZ 5.92 4.58 23.13 -
YUV 52.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 18 55 134 0.87 0.59 0 0.47 220.86 0.76 0.3
Hex 12 37 86 57 3B 0 2F DD 4C 1E
Octal 22 67 206 127 73 0 57 335 114 36
Binary 10010 110111 10000110 1010111 111011 0 101111 11011101 1001100 11110

Color Harmonies of #123786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123786

Black with #123786

Text Example


Text Example

White with #123786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123786; }

 p { color: rgb(18,55,134); }

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

background-color css

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

 a { background-color: rgb(18,55,134); }

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

border-color css

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

 span { border-color: rgb(18,55,134); }

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