Html Css Color HEX #123F62 Regal Blue

📋 copy color: '#123F62'

red 18 ◦ green 63 ◦ blue 98

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

Shades of Regal Blue #123F62

Tints of Regal Blue #123F62

RGB

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

 GREEN value IS 63 (25% from 255) = 35.2%

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

R = 10.06%
G = 35.2%
B = 54.75%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123F62 (or 0x123F62) is known color: Regal Blue. HEX triplet: 12, 3F and 62. RGB value is (18,63,98). Sum of RGB (Red+Green+Blue) = 18+63+98=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #123F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F62 is #EDC09D. Grayscale: #353535. Windows color (decimal): -15581342 or 6438674. OLE color: 6438674.

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

Color convert

RGB 18 63 98 -
CMYK 0.82 0.36 0 0.62
HSL 206.25º 0.69% 0.23% -
HSV(B) 206.25º 0.82% 0.38% -
XYZ 4.23 4.57 12.21 -
YUV 53.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 18 63 98 0.82 0.36 0 0.62 206.25 0.69 0.23
Hex 12 3F 62 52 24 0 3E CE 45 17
Octal 22 77 142 122 44 0 76 316 105 27
Binary 10010 111111 1100010 1010010 100100 0 111110 11001110 1000101 10111

Color Harmonies of #123F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F62

Black with #123F62

Text Example


Text Example

White with #123F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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