Html Css Color HEX #124671 Dark Cerulean

📋 copy color: '#124671'

red 18 ◦ green 70 ◦ blue 113

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

Shades of Dark Cerulean #124671

Tints of Dark Cerulean #124671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 56.22%

R = 8.96%
G = 34.83%
B = 56.22%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124671 (or 0x124671) is known color: Dark Cerulean. HEX triplet: 12, 46 and 71. RGB value is (18,70,113). Sum of RGB (Red+Green+Blue) = 18+70+113=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #124671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124671 is #EDB98E. Grayscale: #3B3B3B. Windows color (decimal): -15579535 or 7423506. OLE color: 7423506.

HSL color Cylindrical-coordinate representation of color #124671: hue angle of 207.16º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124671 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 70 113 -
CMYK 0.84 0.38 0 0.56
HSL 207.16º 0.73% 0.26% -
HSV(B) 207.16º 0.84% 0.44% -
XYZ 5.42 5.7 16.44 -
YUV 59.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 18 70 113 0.84 0.38 0 0.56 207.16 0.73 0.26
Hex 12 46 71 54 26 0 38 CF 49 1A
Octal 22 106 161 124 46 0 70 317 111 32
Binary 10010 1000110 1110001 1010100 100110 0 111000 11001111 1001001 11010

Color Harmonies of #124671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124671

Black with #124671

Text Example


Text Example

White with #124671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124671; }

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

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

background-color css

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

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

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

border-color css

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

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

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