Html Css Color HEX #124683 Dark Cerulean

📋 copy color: '#124683'

red 18 ◦ green 70 ◦ blue 131

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

Shades of Dark Cerulean #124683

Tints of Dark Cerulean #124683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

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

R = 8.22%
G = 31.96%
B = 59.82%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124683 (or 0x124683) is known color: Dark Cerulean. HEX triplet: 12, 46 and 83. RGB value is (18,70,131). Sum of RGB (Red+Green+Blue) = 18+70+131=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #124683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124683 is #EDB97C. Grayscale: #3D3D3D. Windows color (decimal): -15579517 or 8603154. OLE color: 8603154.

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

Color convert

RGB 18 70 131 -
CMYK 0.86 0.47 0 0.49
HSL 212.39º 0.76% 0.29% -
HSV(B) 212.39º 0.86% 0.51% -
XYZ 6.54 6.15 22.31 -
YUV 61.41 167.27 97.04 -
System Red Green Blue C M Y K H S L
Decimal 18 70 131 0.86 0.47 0 0.49 212.39 0.76 0.29
Hex 12 46 83 56 2F 0 31 D4 4C 1D
Octal 22 106 203 126 57 0 61 324 114 35
Binary 10010 1000110 10000011 1010110 101111 0 110001 11010100 1001100 11101

Color Harmonies of #124683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124683

Black with #124683

Text Example


Text Example

White with #124683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124683; }

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

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

background-color css

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

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

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

border-color css

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

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

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