Html Css Color HEX #124D82 Dark Cerulean

📋 copy color: '#124D82'

red 18 ◦ green 77 ◦ blue 130

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

Shades of Dark Cerulean #124D82

Tints of Dark Cerulean #124D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 57.78%

R = 8%
G = 34.22%
B = 57.78%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124D82 (or 0x124D82) is known color: Dark Cerulean. HEX triplet: 12, 4D and 82. RGB value is (18,77,130). Sum of RGB (Red+Green+Blue) = 18+77+130=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #124D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D82 is #EDB27D. Grayscale: #414141. Windows color (decimal): -15577726 or 8539410. OLE color: 8539410.

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

Color convert

RGB 18 77 130 -
CMYK 0.86 0.41 0 0.49
HSL 208.39º 0.76% 0.29% -
HSV(B) 208.39º 0.86% 0.51% -
XYZ 6.93 7.05 22.11 -
YUV 65.4 164.45 94.19 -
System Red Green Blue C M Y K H S L
Decimal 18 77 130 0.86 0.41 0 0.49 208.39 0.76 0.29
Hex 12 4D 82 56 29 0 31 D0 4C 1D
Octal 22 115 202 126 51 0 61 320 114 35
Binary 10010 1001101 10000010 1010110 101001 0 110001 11010000 1001100 11101

Color Harmonies of #124D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D82

Black with #124D82

Text Example


Text Example

White with #124D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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