Html Css Color HEX #124D8A Dark Cerulean

📋 copy color: '#124D8A'

red 18 ◦ green 77 ◦ blue 138

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

Shades of Dark Cerulean #124D8A

Tints of Dark Cerulean #124D8A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.05%

 BLUE value IS 138 (54.3% from 255) = 59.23%

R = 7.73%
G = 33.05%
B = 59.23%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#124D8A (or 0x124D8A) is known color: Dark Cerulean. HEX triplet: 12, 4D and 8A. RGB value is (18,77,138). Sum of RGB (Red+Green+Blue) = 18+77+138=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #124D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D8A is #EDB275. Grayscale: #424242. Windows color (decimal): -15577718 or 9063698. OLE color: 9063698.

HSL color Cylindrical-coordinate representation of color #124D8A: hue angle of 210.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124D8A is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 77 138 -
CMYK 0.87 0.44 0 0.46
HSL 210.5º 0.77% 0.31% -
HSV(B) 210.5º 0.87% 0.54% -
XYZ 7.49 7.27 25.05 -
YUV 66.31 168.45 93.54 -
System Red Green Blue C M Y K H S L
Decimal 18 77 138 0.87 0.44 0 0.46 210.5 0.77 0.31
Hex 12 4D 8A 57 2C 0 2E D2 4D 1F
Octal 22 115 212 127 54 0 56 322 115 37
Binary 10010 1001101 10001010 1010111 101100 0 101110 11010010 1001101 11111

Color Harmonies of #124D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D8A

Black with #124D8A

Text Example


Text Example

White with #124D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D8A; }

 p { color: rgb(18,77,138); }

 H1.HeaderClassName
 {
   color: #124D8A;
 }
 .AnyTagClassName
 {
   color: #124D8A;
 }
</style>

background-color css

<style>
 a { background-color: #124D8A; }

 a { background-color: rgb(18,77,138); }

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

border-color css

<style>
 span { border-color: #124D8A; }

 span { border-color: rgb(18,77,138); }

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