Html Css Color HEX #124C84 Dark Cerulean

📋 copy color: '#124C84'

red 18 ◦ green 76 ◦ blue 132

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

Shades of Dark Cerulean #124C84

Tints of Dark Cerulean #124C84

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.63%

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

R = 7.96%
G = 33.63%
B = 58.41%

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

#124C84 (or 0x124C84) is known color: Dark Cerulean. HEX triplet: 12, 4C and 84. RGB value is (18,76,132). Sum of RGB (Red+Green+Blue) = 18+76+132=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #124C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C84 is #EDB37B. Grayscale: #404040. Windows color (decimal): -15577980 or 8670226. OLE color: 8670226.

HSL color Cylindrical-coordinate representation of color #124C84: hue angle of 209.47º 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 #124C84 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 76 132 -
CMYK 0.86 0.42 0 0.48
HSL 209.47º 0.76% 0.29% -
HSV(B) 209.47º 0.86% 0.52% -
XYZ 7 6.96 22.81 -
YUV 65.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 18 76 132 0.86 0.42 0 0.48 209.47 0.76 0.29
Hex 12 4C 84 56 2A 0 30 D1 4C 1D
Octal 22 114 204 126 52 0 60 321 114 35
Binary 10010 1001100 10000100 1010110 101010 0 110000 11010001 1001100 11101

Color Harmonies of #124C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C84

Black with #124C84

Text Example


Text Example

White with #124C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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