Html Css Color HEX #123E72 Dark Cerulean

📋 copy color: '#123E72'

red 18 ◦ green 62 ◦ blue 114

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

Shades of Dark Cerulean #123E72

Tints of Dark Cerulean #123E72

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.96%

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 9.28%
G = 31.96%
B = 58.76%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#123E72 (or 0x123E72) is known color: Dark Cerulean. HEX triplet: 12, 3E and 72. RGB value is (18,62,114). Sum of RGB (Red+Green+Blue) = 18+62+114=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #123E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E72 is #EDC18D. Grayscale: #363636. Windows color (decimal): -15581582 or 7486994. OLE color: 7486994.

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

Color convert

RGB 18 62 114 -
CMYK 0.84 0.46 0 0.55
HSL 212.5º 0.73% 0.26% -
HSV(B) 212.5º 0.84% 0.45% -
XYZ 5.01 4.79 16.58 -
YUV 54.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 18 62 114 0.84 0.46 0 0.55 212.5 0.73 0.26
Hex 12 3E 72 54 2E 0 37 D4 49 1A
Octal 22 76 162 124 56 0 67 324 111 32
Binary 10010 111110 1110010 1010100 101110 0 110111 11010100 1001001 11010

Color Harmonies of #123E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123E72

Black with #123E72

Text Example


Text Example

White with #123E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,62,114); }

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

background-color css

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

 a { background-color: rgb(18,62,114); }

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

border-color css

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

 span { border-color: rgb(18,62,114); }

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