Html Css Color HEX #124268 Regal Blue

📋 copy color: '#124268'

red 18 ◦ green 66 ◦ blue 104

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

Shades of Regal Blue #124268

Tints of Regal Blue #124268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

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

R = 9.57%
G = 35.11%
B = 55.32%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#124268 (or 0x124268) is known color: Regal Blue. HEX triplet: 12, 42 and 68. RGB value is (18,66,104). Sum of RGB (Red+Green+Blue) = 18+66+104=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #124268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124268 is #EDBD97. Grayscale: #373737. Windows color (decimal): -15580568 or 6832658. OLE color: 6832658.

HSL color Cylindrical-coordinate representation of color #124268: hue angle of 206.51º 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 #124268 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 66 104 -
CMYK 0.83 0.37 0 0.59
HSL 206.51º 0.7% 0.24% -
HSV(B) 206.51º 0.83% 0.41% -
XYZ 4.7 5.02 13.82 -
YUV 55.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 18 66 104 0.83 0.37 0 0.59 206.51 0.7 0.24
Hex 12 42 68 53 25 0 3B CF 46 18
Octal 22 102 150 123 45 0 73 317 106 30
Binary 10010 1000010 1101000 1010011 100101 0 111011 11001111 1000110 11000

Color Harmonies of #124268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124268

Black with #124268

Text Example


Text Example

White with #124268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124268; }

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

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

background-color css

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

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

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

border-color css

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

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

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