Html Css Color HEX #124183 Dark Cerulean

📋 copy color: '#124183'

red 18 ◦ green 65 ◦ blue 131

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

Shades of Dark Cerulean #124183

Tints of Dark Cerulean #124183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 61.21%

R = 8.41%
G = 30.37%
B = 61.21%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124183 (or 0x124183) is known color: Dark Cerulean. HEX triplet: 12, 41 and 83. RGB value is (18,65,131). Sum of RGB (Red+Green+Blue) = 18+65+131=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 131 (51.56% from 255 or 61.21% from 214); Max value from RGB is 131 - color contains mainly: blue. Hex color #124183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124183 is #EDBE7C. Grayscale: #3A3A3A. Windows color (decimal): -15580797 or 8601874. OLE color: 8601874.

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

Color convert

RGB 18 65 131 -
CMYK 0.86 0.50 0 0.49
HSL 215.04º 0.76% 0.29% -
HSV(B) 215.04º 0.86% 0.51% -
XYZ 6.24 5.55 22.21 -
YUV 58.47 168.93 99.13 -
System Red Green Blue C M Y K H S L
Decimal 18 65 131 0.86 0.50 0 0.49 215.04 0.76 0.29
Hex 12 41 83 56 32 0 31 D7 4C 1D
Octal 22 101 203 126 62 0 61 327 114 35
Binary 10010 1000001 10000011 1010110 110010 0 110001 11010111 1001100 11101

Color Harmonies of #124183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124183

Black with #124183

Text Example


Text Example

White with #124183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124183; }

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

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

background-color css

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

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

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

border-color css

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

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

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