Html Css Color HEX #124263 Regal Blue

📋 copy color: '#124263'

red 18 ◦ green 66 ◦ blue 99

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

Shades of Regal Blue #124263

Tints of Regal Blue #124263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 54.1%

R = 9.84%
G = 36.07%
B = 54.1%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#124263 (or 0x124263) is known color: Regal Blue. HEX triplet: 12, 42 and 63. RGB value is (18,66,99). Sum of RGB (Red+Green+Blue) = 18+66+99=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #124263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124263 is #EDBD9C. Grayscale: #373737. Windows color (decimal): -15580573 or 6504978. OLE color: 6504978.

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

Color convert

RGB 18 66 99 -
CMYK 0.82 0.33 0 0.61
HSL 204.44º 0.69% 0.23% -
HSV(B) 204.44º 0.82% 0.39% -
XYZ 4.45 4.93 12.52 -
YUV 55.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 18 66 99 0.82 0.33 0 0.61 204.44 0.69 0.23
Hex 12 42 63 52 21 0 3D CC 45 17
Octal 22 102 143 122 41 0 75 314 105 27
Binary 10010 1000010 1100011 1010010 100001 0 111101 11001100 1000101 10111

Color Harmonies of #124263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124263

Black with #124263

Text Example


Text Example

White with #124263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124263; }

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

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

background-color css

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

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

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

border-color css

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

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

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