Html Css Color HEX #124060 Regal Blue

📋 copy color: '#124060'

red 18 ◦ green 64 ◦ blue 96

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

Shades of Regal Blue #124060

Tints of Regal Blue #124060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.96%

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

R = 10.11%
G = 35.96%
B = 53.93%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124060 (or 0x124060) is known color: Regal Blue. HEX triplet: 12, 40 and 60. RGB value is (18,64,96). Sum of RGB (Red+Green+Blue) = 18+64+96=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #124060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124060 is #EDBF9F. Grayscale: #353535. Windows color (decimal): -15581088 or 6307858. OLE color: 6307858.

HSL color Cylindrical-coordinate representation of color #124060: hue angle of 204.62º 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 #124060 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 64 96 -
CMYK 0.81 0.33 0 0.62
HSL 204.62º 0.68% 0.22% -
HSV(B) 204.62º 0.81% 0.38% -
XYZ 4.19 4.64 11.74 -
YUV 53.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 18 64 96 0.81 0.33 0 0.62 204.62 0.68 0.22
Hex 12 40 60 51 21 0 3E CD 44 16
Octal 22 100 140 121 41 0 76 315 104 26
Binary 10010 1000000 1100000 1010001 100001 0 111110 11001101 1000100 10110

Color Harmonies of #124060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124060

Black with #124060

Text Example


Text Example

White with #124060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124060; }

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

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

background-color css

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

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

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

border-color css

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

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

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