Html Css Color HEX #123D78 Dark Cerulean

📋 copy color: '#123D78'

red 18 ◦ green 61 ◦ blue 120

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

Shades of Dark Cerulean #123D78

Tints of Dark Cerulean #123D78

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

 BLUE value IS 120 (47.27% from 255) = 60.3%

R = 9.05%
G = 30.65%
B = 60.3%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#123D78 (or 0x123D78) is known color: Dark Cerulean. HEX triplet: 12, 3D and 78. RGB value is (18,61,120). Sum of RGB (Red+Green+Blue) = 18+61+120=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #123D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D78 is #EDC287. Grayscale: #363636. Windows color (decimal): -15581832 or 7879954. OLE color: 7879954.

HSL color Cylindrical-coordinate representation of color #123D78: hue angle of 214.71º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123D78 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 61 120 -
CMYK 0.85 0.49 0 0.53
HSL 214.71º 0.74% 0.27% -
HSV(B) 214.71º 0.85% 0.47% -
XYZ 5.31 4.82 18.42 -
YUV 54.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 18 61 120 0.85 0.49 0 0.53 214.71 0.74 0.27
Hex 12 3D 78 55 31 0 35 D7 4A 1B
Octal 22 75 170 125 61 0 65 327 112 33
Binary 10010 111101 1111000 1010101 110001 0 110101 11010111 1001010 11011

Color Harmonies of #123D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D78

Black with #123D78

Text Example


Text Example

White with #123D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123D78; }

 p { color: rgb(18,61,120); }

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

background-color css

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

 a { background-color: rgb(18,61,120); }

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

border-color css

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

 span { border-color: rgb(18,61,120); }

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