Html Css Color HEX #123E7D Dark Cerulean

📋 copy color: '#123E7D'

red 18 ◦ green 62 ◦ blue 125

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

Shades of Dark Cerulean #123E7D

Tints of Dark Cerulean #123E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 8.78%
G = 30.24%
B = 60.98%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#123E7D (or 0x123E7D) is known color: Dark Cerulean. HEX triplet: 12, 3E and 7D. RGB value is (18,62,125). Sum of RGB (Red+Green+Blue) = 18+62+125=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #123E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E7D is #EDC182. Grayscale: #373737. Windows color (decimal): -15581571 or 8207890. OLE color: 8207890.

HSL color Cylindrical-coordinate representation of color #123E7D: hue angle of 215.33º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123E7D is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 62 125 -
CMYK 0.86 0.50 0 0.51
HSL 215.33º 0.75% 0.28% -
HSV(B) 215.33º 0.86% 0.49% -
XYZ 5.67 5.05 20.08 -
YUV 56.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 18 62 125 0.86 0.50 0 0.51 215.33 0.75 0.28
Hex 12 3E 7D 56 32 0 33 D7 4B 1C
Octal 22 76 175 126 62 0 63 327 113 34
Binary 10010 111110 1111101 1010110 110010 0 110011 11010111 1001011 11100

Color Harmonies of #123E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123E7D

Black with #123E7D

Text Example


Text Example

White with #123E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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