Html Css Color HEX #124584 Dark Cerulean

📋 copy color: '#124584'

red 18 ◦ green 69 ◦ blue 132

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

Shades of Dark Cerulean #124584

Tints of Dark Cerulean #124584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

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

R = 8.22%
G = 31.51%
B = 60.27%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#124584 (or 0x124584) is known color: Dark Cerulean. HEX triplet: 12, 45 and 84. RGB value is (18,69,132). Sum of RGB (Red+Green+Blue) = 18+69+132=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #124584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124584 is #EDBA7B. Grayscale: #3C3C3C. Windows color (decimal): -15579772 or 8668434. OLE color: 8668434.

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

Color convert

RGB 18 69 132 -
CMYK 0.86 0.48 0 0.48
HSL 213.16º 0.76% 0.29% -
HSV(B) 213.16º 0.86% 0.52% -
XYZ 6.54 6.05 22.65 -
YUV 60.93 168.1 97.38 -
System Red Green Blue C M Y K H S L
Decimal 18 69 132 0.86 0.48 0 0.48 213.16 0.76 0.29
Hex 12 45 84 56 30 0 30 D5 4C 1D
Octal 22 105 204 126 60 0 60 325 114 35
Binary 10010 1000101 10000100 1010110 110000 0 110000 11010101 1001100 11101

Color Harmonies of #124584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124584

Black with #124584

Text Example


Text Example

White with #124584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124584; }

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

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

background-color css

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

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

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

border-color css

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

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

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