Html Css Color HEX #124068 Regal Blue

📋 copy color: '#124068'

red 18 ◦ green 64 ◦ blue 104

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

Shades of Regal Blue #124068

Tints of Regal Blue #124068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.91%

R = 9.68%
G = 34.41%
B = 55.91%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#124068 (or 0x124068) is known color: Regal Blue. HEX triplet: 12, 40 and 68. RGB value is (18,64,104). Sum of RGB (Red+Green+Blue) = 18+64+104=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #124068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124068 is #EDBF97. Grayscale: #363636. Windows color (decimal): -15581080 or 6832146. OLE color: 6832146.

HSL color Cylindrical-coordinate representation of color #124068: hue angle of 207.91º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124068 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 64 104 -
CMYK 0.83 0.38 0 0.59
HSL 207.91º 0.7% 0.24% -
HSV(B) 207.91º 0.83% 0.41% -
XYZ 4.58 4.79 13.78 -
YUV 54.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 18 64 104 0.83 0.38 0 0.59 207.91 0.7 0.24
Hex 12 40 68 53 26 0 3B D0 46 18
Octal 22 100 150 123 46 0 73 320 106 30
Binary 10010 1000000 1101000 1010011 100110 0 111011 11010000 1000110 11000

Color Harmonies of #124068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124068

Black with #124068

Text Example


Text Example

White with #124068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124068; }

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

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

background-color css

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

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

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

border-color css

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

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

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