Html Css Color HEX #124162 Regal Blue

📋 copy color: '#124162'

red 18 ◦ green 65 ◦ blue 98

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

Shades of Regal Blue #124162

Tints of Regal Blue #124162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 54.14%

R = 9.94%
G = 35.91%
B = 54.14%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124162 (or 0x124162) is known color: Regal Blue. HEX triplet: 12, 41 and 62. RGB value is (18,65,98). Sum of RGB (Red+Green+Blue) = 18+65+98=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #124162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124162 is #EDBE9D. Grayscale: #363636. Windows color (decimal): -15580830 or 6439186. OLE color: 6439186.

HSL color Cylindrical-coordinate representation of color #124162: hue angle of 204.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124162 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 65 98 -
CMYK 0.82 0.34 0 0.62
HSL 204.75º 0.69% 0.23% -
HSV(B) 204.75º 0.82% 0.38% -
XYZ 4.34 4.79 12.25 -
YUV 54.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 18 65 98 0.82 0.34 0 0.62 204.75 0.69 0.23
Hex 12 41 62 52 22 0 3E CD 45 17
Octal 22 101 142 122 42 0 76 315 105 27
Binary 10010 1000001 1100010 1010010 100010 0 111110 11001101 1000101 10111

Color Harmonies of #124162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124162

Black with #124162

Text Example


Text Example

White with #124162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124162; }

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

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

background-color css

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

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

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

border-color css

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

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

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