Html Css Color HEX #124187 Dark Cerulean

📋 copy color: '#124187'

red 18 ◦ green 65 ◦ blue 135

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

Shades of Dark Cerulean #124187

Tints of Dark Cerulean #124187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 61.93%

R = 8.26%
G = 29.82%
B = 61.93%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#124187 (or 0x124187) is known color: Dark Cerulean. HEX triplet: 12, 41 and 87. RGB value is (18,65,135). Sum of RGB (Red+Green+Blue) = 18+65+135=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #124187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124187 is #EDBE78. Grayscale: #3A3A3A. Windows color (decimal): -15580793 or 8864018. OLE color: 8864018.

HSL color Cylindrical-coordinate representation of color #124187: hue angle of 215.9º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124187 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 65 135 -
CMYK 0.87 0.52 0 0.47
HSL 215.9º 0.76% 0.3% -
HSV(B) 215.9º 0.87% 0.53% -
XYZ 6.51 5.66 23.67 -
YUV 58.93 170.93 98.81 -
System Red Green Blue C M Y K H S L
Decimal 18 65 135 0.87 0.52 0 0.47 215.9 0.76 0.3
Hex 12 41 87 57 34 0 2F D8 4C 1E
Octal 22 101 207 127 64 0 57 330 114 36
Binary 10010 1000001 10000111 1010111 110100 0 101111 11011000 1001100 11110

Color Harmonies of #124187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124187

Black with #124187

Text Example


Text Example

White with #124187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124187; }

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

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

background-color css

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

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

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

border-color css

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

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

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