Html Css Color HEX #123D7C Dark Cerulean

📋 copy color: '#123D7C'

red 18 ◦ green 61 ◦ blue 124

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

Shades of Dark Cerulean #123D7C

Tints of Dark Cerulean #123D7C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.05%

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 8.87%
G = 30.05%
B = 61.08%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#123D7C (or 0x123D7C) is known color: Dark Cerulean. HEX triplet: 12, 3D and 7C. RGB value is (18,61,124). Sum of RGB (Red+Green+Blue) = 18+61+124=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #123D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D7C is #EDC283. Grayscale: #373737. Windows color (decimal): -15581828 or 8142098. OLE color: 8142098.

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

Color convert

RGB 18 61 124 -
CMYK 0.85 0.51 0 0.51
HSL 215.66º 0.75% 0.28% -
HSV(B) 215.66º 0.85% 0.49% -
XYZ 5.56 4.92 19.73 -
YUV 55.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 18 61 124 0.85 0.51 0 0.51 215.66 0.75 0.28
Hex 12 3D 7C 55 33 0 33 D8 4B 1C
Octal 22 75 174 125 63 0 63 330 113 34
Binary 10010 111101 1111100 1010101 110011 0 110011 11011000 1001011 11100

Color Harmonies of #123D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D7C

Black with #123D7C

Text Example


Text Example

White with #123D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,61,124); }

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

background-color css

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

 a { background-color: rgb(18,61,124); }

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

border-color css

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

 span { border-color: rgb(18,61,124); }

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