Html Css Color HEX #124A83 Dark Cerulean

📋 copy color: '#124A83'

red 18 ◦ green 74 ◦ blue 131

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

Shades of Dark Cerulean #124A83

Tints of Dark Cerulean #124A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.18%

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

R = 8.07%
G = 33.18%
B = 58.74%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124A83 (or 0x124A83) is known color: Dark Cerulean. HEX triplet: 12, 4A and 83. RGB value is (18,74,131). Sum of RGB (Red+Green+Blue) = 18+74+131=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #124A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A83 is #EDB57C. Grayscale: #3F3F3F. Windows color (decimal): -15578493 or 8604178. OLE color: 8604178.

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

Color convert

RGB 18 74 131 -
CMYK 0.86 0.44 0 0.49
HSL 210.27º 0.76% 0.29% -
HSV(B) 210.27º 0.86% 0.51% -
XYZ 6.79 6.66 22.4 -
YUV 63.75 165.95 95.37 -
System Red Green Blue C M Y K H S L
Decimal 18 74 131 0.86 0.44 0 0.49 210.27 0.76 0.29
Hex 12 4A 83 56 2C 0 31 D2 4C 1D
Octal 22 112 203 126 54 0 61 322 114 35
Binary 10010 1001010 10000011 1010110 101100 0 110001 11010010 1001100 11101

Color Harmonies of #124A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A83

Black with #124A83

Text Example


Text Example

White with #124A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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