Html Css Color HEX #123E71 Dark Cerulean

📋 copy color: '#123E71'

red 18 ◦ green 62 ◦ blue 113

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

Shades of Dark Cerulean #123E71

Tints of Dark Cerulean #123E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 58.55%

R = 9.33%
G = 32.12%
B = 58.55%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#123E71 (or 0x123E71) is known color: Dark Cerulean. HEX triplet: 12, 3E and 71. RGB value is (18,62,113). Sum of RGB (Red+Green+Blue) = 18+62+113=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #123E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E71 is #EDC18E. Grayscale: #363636. Windows color (decimal): -15581583 or 7421458. OLE color: 7421458.

HSL color Cylindrical-coordinate representation of color #123E71: hue angle of 212.21º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123E71 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 62 113 -
CMYK 0.84 0.45 0 0.56
HSL 212.21º 0.73% 0.26% -
HSV(B) 212.21º 0.84% 0.44% -
XYZ 4.95 4.77 16.28 -
YUV 54.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 18 62 113 0.84 0.45 0 0.56 212.21 0.73 0.26
Hex 12 3E 71 54 2D 0 38 D4 49 1A
Octal 22 76 161 124 55 0 70 324 111 32
Binary 10010 111110 1110001 1010100 101101 0 111000 11010100 1001001 11010

Color Harmonies of #123E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123E71

Black with #123E71

Text Example


Text Example

White with #123E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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