Html Css Color HEX #124160 Regal Blue

📋 copy color: '#124160'

red 18 ◦ green 65 ◦ blue 96

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

Shades of Regal Blue #124160

Tints of Regal Blue #124160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 53.63%

R = 10.06%
G = 36.31%
B = 53.63%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124160 (or 0x124160) is known color: Regal Blue. HEX triplet: 12, 41 and 60. RGB value is (18,65,96). Sum of RGB (Red+Green+Blue) = 18+65+96=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #124160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124160 is #EDBE9F. Grayscale: #363636. Windows color (decimal): -15580832 or 6308114. OLE color: 6308114.

HSL color Cylindrical-coordinate representation of color #124160: hue angle of 203.85º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124160 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 65 96 -
CMYK 0.81 0.32 0 0.62
HSL 203.85º 0.68% 0.22% -
HSV(B) 203.85º 0.81% 0.38% -
XYZ 4.25 4.75 11.76 -
YUV 54.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 18 65 96 0.81 0.32 0 0.62 203.85 0.68 0.22
Hex 12 41 60 51 20 0 3E CC 44 16
Octal 22 101 140 121 40 0 76 314 104 26
Binary 10010 1000001 1100000 1010001 100000 0 111110 11001100 1000100 10110

Color Harmonies of #124160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124160

Black with #124160

Text Example


Text Example

White with #124160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124160; }

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

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

background-color css

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

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

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

border-color css

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

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

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