Html Css Color HEX #123B7D Dark Cerulean

📋 copy color: '#123B7D'

red 18 ◦ green 59 ◦ blue 125

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

Shades of Dark Cerulean #123B7D

Tints of Dark Cerulean #123B7D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.21%

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

R = 8.91%
G = 29.21%
B = 61.88%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#123B7D (or 0x123B7D) is known color: Dark Cerulean. HEX triplet: 12, 3B and 7D. RGB value is (18,59,125). Sum of RGB (Red+Green+Blue) = 18+59+125=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #123B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B7D is #EDC482. Grayscale: #353535. Windows color (decimal): -15582339 or 8207122. OLE color: 8207122.

HSL color Cylindrical-coordinate representation of color #123B7D: hue angle of 217.01º 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 #123B7D is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 59 125 -
CMYK 0.86 0.53 0 0.51
HSL 217.01º 0.75% 0.28% -
HSV(B) 217.01º 0.86% 0.49% -
XYZ 5.52 4.74 20.03 -
YUV 54.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 18 59 125 0.86 0.53 0 0.51 217.01 0.75 0.28
Hex 12 3B 7D 56 35 0 33 D9 4B 1C
Octal 22 73 175 126 65 0 63 331 113 34
Binary 10010 111011 1111101 1010110 110101 0 110011 11011001 1001011 11100

Color Harmonies of #123B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B7D

Black with #123B7D

Text Example


Text Example

White with #123B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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