Html Css Color HEX #123773 Dark Cerulean

📋 copy color: '#123773'

red 18 ◦ green 55 ◦ blue 115

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

Shades of Dark Cerulean #123773

Tints of Dark Cerulean #123773

RGB

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

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

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

R = 9.57%
G = 29.26%
B = 61.17%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#123773 (or 0x123773) is known color: Dark Cerulean. HEX triplet: 12, 37 and 73. RGB value is (18,55,115). Sum of RGB (Red+Green+Blue) = 18+55+115=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #123773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123773 is #EDC88C. Grayscale: #323232. Windows color (decimal): -15583373 or 7550738. OLE color: 7550738.

HSL color Cylindrical-coordinate representation of color #123773: hue angle of 217.11º 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 #123773 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 55 115 -
CMYK 0.84 0.52 0 0.55
HSL 217.11º 0.73% 0.26% -
HSV(B) 217.11º 0.84% 0.45% -
XYZ 4.71 4.1 16.76 -
YUV 50.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 18 55 115 0.84 0.52 0 0.55 217.11 0.73 0.26
Hex 12 37 73 54 34 0 37 D9 49 1A
Octal 22 67 163 124 64 0 67 331 111 32
Binary 10010 110111 1110011 1010100 110100 0 110111 11011001 1001001 11010

Color Harmonies of #123773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123773

Black with #123773

Text Example


Text Example

White with #123773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123773; }

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

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

background-color css

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

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

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

border-color css

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

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

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