Html Css Color HEX #123686 Dark Cerulean

📋 copy color: '#123686'

red 18 ◦ green 54 ◦ blue 134

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

Shades of Dark Cerulean #123686

Tints of Dark Cerulean #123686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.21%

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

R = 8.74%
G = 26.21%
B = 65.05%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#123686 (or 0x123686) is known color: Dark Cerulean. HEX triplet: 12, 36 and 86. RGB value is (18,54,134). Sum of RGB (Red+Green+Blue) = 18+54+134=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #123686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123686 is #EDC979. Grayscale: #343434. Windows color (decimal): -15583610 or 8795666. OLE color: 8795666.

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

Color convert

RGB 18 54 134 -
CMYK 0.87 0.60 0 0.47
HSL 221.38º 0.76% 0.3% -
HSV(B) 221.38º 0.87% 0.53% -
XYZ 5.87 4.49 23.11 -
YUV 52.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 18 54 134 0.87 0.60 0 0.47 221.38 0.76 0.3
Hex 12 36 86 57 3C 0 2F DD 4C 1E
Octal 22 66 206 127 74 0 57 335 114 36
Binary 10010 110110 10000110 1010111 111100 0 101111 11011101 1001100 11110

Color Harmonies of #123686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123686

Black with #123686

Text Example


Text Example

White with #123686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123686; }

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

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

background-color css

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

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

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

border-color css

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

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

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