Html Css Color HEX #123C76 Dark Cerulean

📋 copy color: '#123C76'

red 18 ◦ green 60 ◦ blue 118

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

Shades of Dark Cerulean #123C76

Tints of Dark Cerulean #123C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.61%

 BLUE value IS 118 (46.48% from 255) = 60.2%

R = 9.18%
G = 30.61%
B = 60.2%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#123C76 (or 0x123C76) is known color: Dark Cerulean. HEX triplet: 12, 3C and 76. RGB value is (18,60,118). Sum of RGB (Red+Green+Blue) = 18+60+118=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #123C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C76 is #EDC389. Grayscale: #353535. Windows color (decimal): -15582090 or 7748626. OLE color: 7748626.

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

Color convert

RGB 18 60 118 -
CMYK 0.85 0.49 0 0.54
HSL 214.8º 0.74% 0.27% -
HSV(B) 214.8º 0.85% 0.46% -
XYZ 5.14 4.67 17.77 -
YUV 54.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 18 60 118 0.85 0.49 0 0.54 214.8 0.74 0.27
Hex 12 3C 76 55 31 0 36 D7 4A 1B
Octal 22 74 166 125 61 0 66 327 112 33
Binary 10010 111100 1110110 1010101 110001 0 110110 11010111 1001010 11011

Color Harmonies of #123C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C76

Black with #123C76

Text Example


Text Example

White with #123C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,60,118); }

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

background-color css

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

 a { background-color: rgb(18,60,118); }

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

border-color css

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

 span { border-color: rgb(18,60,118); }

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