Html Css Color HEX #123A62 Regal Blue

📋 copy color: '#123A62'

red 18 ◦ green 58 ◦ blue 98

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

Shades of Regal Blue #123A62

Tints of Regal Blue #123A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

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

R = 10.34%
G = 33.33%
B = 56.32%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123A62 (or 0x123A62) is known color: Regal Blue. HEX triplet: 12, 3A and 62. RGB value is (18,58,98). Sum of RGB (Red+Green+Blue) = 18+58+98=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #123A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A62 is #EDC59D. Grayscale: #323232. Windows color (decimal): -15582622 or 6437394. OLE color: 6437394.

HSL color Cylindrical-coordinate representation of color #123A62: hue angle of 210º 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 #123A62 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 58 98 -
CMYK 0.82 0.41 0 0.62
HSL 210º 0.69% 0.23% -
HSV(B) 210º 0.82% 0.38% -
XYZ 3.97 4.04 12.13 -
YUV 50.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 18 58 98 0.82 0.41 0 0.62 210 0.69 0.23
Hex 12 3A 62 52 29 0 3E D2 45 17
Octal 22 72 142 122 51 0 76 322 105 27
Binary 10010 111010 1100010 1010010 101001 0 111110 11010010 1000101 10111

Color Harmonies of #123A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A62

Black with #123A62

Text Example


Text Example

White with #123A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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