Html Css Color HEX #123681 Dark Cerulean

📋 copy color: '#123681'

red 18 ◦ green 54 ◦ blue 129

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

Shades of Dark Cerulean #123681

Tints of Dark Cerulean #123681

RGB

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

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

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

R = 8.96%
G = 26.87%
B = 64.18%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123681 (or 0x123681) is known color: Dark Cerulean. HEX triplet: 12, 36 and 81. RGB value is (18,54,129). Sum of RGB (Red+Green+Blue) = 18+54+129=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 129 (50.78% from 255 or 64.18% from 201); Max value from RGB is 129 - color contains mainly: blue. Hex color #123681 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123681 is #EDC97E. Grayscale: #333333. Windows color (decimal): -15583615 or 8467986. OLE color: 8467986.

HSL color Cylindrical-coordinate representation of color #123681: hue angle of 220.54º 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 #123681 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 54 129 -
CMYK 0.86 0.58 0 0.49
HSL 220.54º 0.76% 0.29% -
HSV(B) 220.54º 0.86% 0.51% -
XYZ 5.53 4.35 21.32 -
YUV 51.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 18 54 129 0.86 0.58 0 0.49 220.54 0.76 0.29
Hex 12 36 81 56 3A 0 31 DD 4C 1D
Octal 22 66 201 126 72 0 61 335 114 35
Binary 10010 110110 10000001 1010110 111010 0 110001 11011101 1001100 11101

Color Harmonies of #123681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123681

Black with #123681

Text Example


Text Example

White with #123681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123681; }

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

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

background-color css

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

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

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

border-color css

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

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

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