Html Css Color HEX #124D83 Dark Cerulean

📋 copy color: '#124D83'

red 18 ◦ green 77 ◦ blue 131

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

Shades of Dark Cerulean #124D83

Tints of Dark Cerulean #124D83

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.07%

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

R = 7.96%
G = 34.07%
B = 57.96%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124D83 (or 0x124D83) is known color: Dark Cerulean. HEX triplet: 12, 4D and 83. RGB value is (18,77,131). Sum of RGB (Red+Green+Blue) = 18+77+131=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #124D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D83 is #EDB27C. Grayscale: #414141. Windows color (decimal): -15577725 or 8604946. OLE color: 8604946.

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

Color convert

RGB 18 77 131 -
CMYK 0.86 0.41 0 0.49
HSL 208.67º 0.76% 0.29% -
HSV(B) 208.67º 0.86% 0.51% -
XYZ 7 7.08 22.47 -
YUV 65.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 18 77 131 0.86 0.41 0 0.49 208.67 0.76 0.29
Hex 12 4D 83 56 29 0 31 D1 4C 1D
Octal 22 115 203 126 51 0 61 321 114 35
Binary 10010 1001101 10000011 1010110 101001 0 110001 11010001 1001100 11101

Color Harmonies of #124D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D83

Black with #124D83

Text Example


Text Example

White with #124D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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