Html Css Color HEX #124066 Regal Blue

📋 copy color: '#124066'

red 18 ◦ green 64 ◦ blue 102

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

Shades of Regal Blue #124066

Tints of Regal Blue #124066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 55.43%

R = 9.78%
G = 34.78%
B = 55.43%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#124066 (or 0x124066) is known color: Regal Blue. HEX triplet: 12, 40 and 66. RGB value is (18,64,102). Sum of RGB (Red+Green+Blue) = 18+64+102=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #124066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124066 is #EDBF99. Grayscale: #363636. Windows color (decimal): -15581082 or 6701074. OLE color: 6701074.

HSL color Cylindrical-coordinate representation of color #124066: hue angle of 207.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124066 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 64 102 -
CMYK 0.82 0.37 0 0.6
HSL 207.14º 0.7% 0.24% -
HSV(B) 207.14º 0.82% 0.4% -
XYZ 4.48 4.75 13.25 -
YUV 54.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 18 64 102 0.82 0.37 0 0.6 207.14 0.7 0.24
Hex 12 40 66 52 25 0 3C CF 46 18
Octal 22 100 146 122 45 0 74 317 106 30
Binary 10010 1000000 1100110 1010010 100101 0 111100 11001111 1000110 11000

Color Harmonies of #124066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124066

Black with #124066

Text Example


Text Example

White with #124066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124066; }

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

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

background-color css

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

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

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

border-color css

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

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

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