Html Css Color HEX #123873 Dark Cerulean

📋 copy color: '#123873'

red 18 ◦ green 56 ◦ blue 115

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

Shades of Dark Cerulean #123873

Tints of Dark Cerulean #123873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.85%

R = 9.52%
G = 29.63%
B = 60.85%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#123873 (or 0x123873) is known color: Dark Cerulean. HEX triplet: 12, 38 and 73. RGB value is (18,56,115). Sum of RGB (Red+Green+Blue) = 18+56+115=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #123873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123873 is #EDC78C. Grayscale: #333333. Windows color (decimal): -15583117 or 7550994. OLE color: 7550994.

HSL color Cylindrical-coordinate representation of color #123873: hue angle of 216.49º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123873 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 56 115 -
CMYK 0.84 0.51 0 0.55
HSL 216.49º 0.73% 0.26% -
HSV(B) 216.49º 0.84% 0.45% -
XYZ 4.76 4.19 16.78 -
YUV 51.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 18 56 115 0.84 0.51 0 0.55 216.49 0.73 0.26
Hex 12 38 73 54 33 0 37 D8 49 1A
Octal 22 70 163 124 63 0 67 330 111 32
Binary 10010 111000 1110011 1010100 110011 0 110111 11011000 1001001 11010

Color Harmonies of #123873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123873

Black with #123873

Text Example


Text Example

White with #123873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123873; }

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

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

background-color css

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

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

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

border-color css

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

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

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