Html Css Color HEX #123774 Dark Cerulean

📋 copy color: '#123774'

red 18 ◦ green 55 ◦ blue 116

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

Shades of Dark Cerulean #123774

Tints of Dark Cerulean #123774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 61.38%

R = 9.52%
G = 29.1%
B = 61.38%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#123774 (or 0x123774) is known color: Dark Cerulean. HEX triplet: 12, 37 and 74. RGB value is (18,55,116). Sum of RGB (Red+Green+Blue) = 18+55+116=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #123774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123774 is #EDC88B. Grayscale: #323232. Windows color (decimal): -15583372 or 7616274. OLE color: 7616274.

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

Color convert

RGB 18 55 116 -
CMYK 0.84 0.53 0 0.55
HSL 217.35º 0.73% 0.26% -
HSV(B) 217.35º 0.84% 0.45% -
XYZ 4.77 4.12 17.07 -
YUV 50.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 18 55 116 0.84 0.53 0 0.55 217.35 0.73 0.26
Hex 12 37 74 54 35 0 37 D9 49 1A
Octal 22 67 164 124 65 0 67 331 111 32
Binary 10010 110111 1110100 1010100 110101 0 110111 11011001 1001001 11010

Color Harmonies of #123774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123774

Black with #123774

Text Example


Text Example

White with #123774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123774; }

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

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

background-color css

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

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

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

border-color css

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

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

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