Html Css Color HEX #124D84 Dark Cerulean

📋 copy color: '#124D84'

red 18 ◦ green 77 ◦ blue 132

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

Shades of Dark Cerulean #124D84

Tints of Dark Cerulean #124D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 58.15%

R = 7.93%
G = 33.92%
B = 58.15%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#124D84 (or 0x124D84) is known color: Dark Cerulean. HEX triplet: 12, 4D and 84. RGB value is (18,77,132). Sum of RGB (Red+Green+Blue) = 18+77+132=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #124D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D84 is #EDB27B. Grayscale: #414141. Windows color (decimal): -15577724 or 8670482. OLE color: 8670482.

HSL color Cylindrical-coordinate representation of color #124D84: hue angle of 208.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124D84 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 77 132 -
CMYK 0.86 0.42 0 0.48
HSL 208.95º 0.76% 0.29% -
HSV(B) 208.95º 0.86% 0.52% -
XYZ 7.07 7.1 22.83 -
YUV 65.63 165.45 94.03 -
System Red Green Blue C M Y K H S L
Decimal 18 77 132 0.86 0.42 0 0.48 208.95 0.76 0.29
Hex 12 4D 84 56 2A 0 30 D1 4C 1D
Octal 22 115 204 126 52 0 60 321 114 35
Binary 10010 1001101 10000100 1010110 101010 0 110000 11010001 1001100 11101

Color Harmonies of #124D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D84

Black with #124D84

Text Example


Text Example

White with #124D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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