Html Css Color HEX #124172 Dark Cerulean

📋 copy color: '#124172'

red 18 ◦ green 65 ◦ blue 114

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

Shades of Dark Cerulean #124172

Tints of Dark Cerulean #124172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.99%

 BLUE value IS 114 (44.92% from 255) = 57.87%

R = 9.14%
G = 32.99%
B = 57.87%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124172 (or 0x124172) is known color: Dark Cerulean. HEX triplet: 12, 41 and 72. RGB value is (18,65,114). Sum of RGB (Red+Green+Blue) = 18+65+114=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #124172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124172 is #EDBE8D. Grayscale: #383838. Windows color (decimal): -15580814 or 7487762. OLE color: 7487762.

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

Color convert

RGB 18 65 114 -
CMYK 0.84 0.43 0 0.55
HSL 210.63º 0.73% 0.26% -
HSV(B) 210.63º 0.84% 0.45% -
XYZ 5.18 5.12 16.64 -
YUV 56.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 18 65 114 0.84 0.43 0 0.55 210.63 0.73 0.26
Hex 12 41 72 54 2B 0 37 D3 49 1A
Octal 22 101 162 124 53 0 67 323 111 32
Binary 10010 1000001 1110010 1010100 101011 0 110111 11010011 1001001 11010

Color Harmonies of #124172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124172

Black with #124172

Text Example


Text Example

White with #124172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124172; }

 p { color: rgb(18,65,114); }

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

background-color css

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

 a { background-color: rgb(18,65,114); }

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

border-color css

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

 span { border-color: rgb(18,65,114); }

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