Html Css Color HEX #123C62 Regal Blue

📋 copy color: '#123C62'

red 18 ◦ green 60 ◦ blue 98

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

Shades of Regal Blue #123C62

Tints of Regal Blue #123C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.09%

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

R = 10.23%
G = 34.09%
B = 55.68%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123C62 (or 0x123C62) is known color: Regal Blue. HEX triplet: 12, 3C and 62. RGB value is (18,60,98). Sum of RGB (Red+Green+Blue) = 18+60+98=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #123C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C62 is #EDC39D. Grayscale: #333333. Windows color (decimal): -15582110 or 6437906. OLE color: 6437906.

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

Color convert

RGB 18 60 98 -
CMYK 0.82 0.39 0 0.62
HSL 208.5º 0.69% 0.23% -
HSV(B) 208.5º 0.82% 0.38% -
XYZ 4.07 4.24 12.16 -
YUV 51.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 18 60 98 0.82 0.39 0 0.62 208.5 0.69 0.23
Hex 12 3C 62 52 27 0 3E D0 45 17
Octal 22 74 142 122 47 0 76 320 105 27
Binary 10010 111100 1100010 1010010 100111 0 111110 11010000 1000101 10111

Color Harmonies of #123C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C62

Black with #123C62

Text Example


Text Example

White with #123C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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