Html Css Color HEX #124184 Dark Cerulean

📋 copy color: '#124184'

red 18 ◦ green 65 ◦ blue 132

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

Shades of Dark Cerulean #124184

Tints of Dark Cerulean #124184

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

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

R = 8.37%
G = 30.23%
B = 61.4%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#124184 (or 0x124184) is known color: Dark Cerulean. HEX triplet: 12, 41 and 84. RGB value is (18,65,132). Sum of RGB (Red+Green+Blue) = 18+65+132=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #124184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124184 is #EDBE7B. Grayscale: #3A3A3A. Windows color (decimal): -15580796 or 8667410. OLE color: 8667410.

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

Color convert

RGB 18 65 132 -
CMYK 0.86 0.51 0 0.48
HSL 215.26º 0.76% 0.29% -
HSV(B) 215.26º 0.86% 0.52% -
XYZ 6.3 5.58 22.57 -
YUV 58.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 18 65 132 0.86 0.51 0 0.48 215.26 0.76 0.29
Hex 12 41 84 56 33 0 30 D7 4C 1D
Octal 22 101 204 126 63 0 60 327 114 35
Binary 10010 1000001 10000100 1010110 110011 0 110000 11010111 1001100 11101

Color Harmonies of #124184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124184

Black with #124184

Text Example


Text Example

White with #124184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124184; }

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

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

background-color css

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

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

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

border-color css

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

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

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