Html Css Color HEX #124771 Dark Cerulean

📋 copy color: '#124771'

red 18 ◦ green 71 ◦ blue 113

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

Shades of Dark Cerulean #124771

Tints of Dark Cerulean #124771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.15%

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

R = 8.91%
G = 35.15%
B = 55.94%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124771 (or 0x124771) is known color: Dark Cerulean. HEX triplet: 12, 47 and 71. RGB value is (18,71,113). Sum of RGB (Red+Green+Blue) = 18+71+113=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #124771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124771 is #EDB88E. Grayscale: #3B3B3B. Windows color (decimal): -15579279 or 7423762. OLE color: 7423762.

HSL color Cylindrical-coordinate representation of color #124771: hue angle of 206.53º 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 #124771 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 71 113 -
CMYK 0.84 0.37 0 0.56
HSL 206.53º 0.73% 0.26% -
HSV(B) 206.53º 0.84% 0.44% -
XYZ 5.48 5.83 16.46 -
YUV 59.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 18 71 113 0.84 0.37 0 0.56 206.53 0.73 0.26
Hex 12 47 71 54 25 0 38 CF 49 1A
Octal 22 107 161 124 45 0 70 317 111 32
Binary 10010 1000111 1110001 1010100 100101 0 111000 11001111 1001001 11010

Color Harmonies of #124771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124771

Black with #124771

Text Example


Text Example

White with #124771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124771; }

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

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

background-color css

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

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

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

border-color css

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

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

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