Html Css Color HEX #124685 Dark Cerulean

📋 copy color: '#124685'

red 18 ◦ green 70 ◦ blue 133

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

Shades of Dark Cerulean #124685

Tints of Dark Cerulean #124685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.18%

R = 8.14%
G = 31.67%
B = 60.18%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#124685 (or 0x124685) is known color: Dark Cerulean. HEX triplet: 12, 46 and 85. RGB value is (18,70,133). Sum of RGB (Red+Green+Blue) = 18+70+133=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #124685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124685 is #EDB97A. Grayscale: #3D3D3D. Windows color (decimal): -15579515 or 8734226. OLE color: 8734226.

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

Color convert

RGB 18 70 133 -
CMYK 0.86 0.47 0 0.48
HSL 212.87º 0.76% 0.3% -
HSV(B) 212.87º 0.86% 0.52% -
XYZ 6.67 6.2 23.04 -
YUV 61.63 168.27 96.88 -
System Red Green Blue C M Y K H S L
Decimal 18 70 133 0.86 0.47 0 0.48 212.87 0.76 0.3
Hex 12 46 85 56 2F 0 30 D5 4C 1E
Octal 22 106 205 126 57 0 60 325 114 36
Binary 10010 1000110 10000101 1010110 101111 0 110000 11010101 1001100 11110

Color Harmonies of #124685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124685

Black with #124685

Text Example


Text Example

White with #124685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124685; }

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

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

background-color css

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

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

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

border-color css

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

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

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