Html Css Color HEX #123F61 Regal Blue

📋 copy color: '#123F61'

red 18 ◦ green 63 ◦ blue 97

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

Shades of Regal Blue #123F61

Tints of Regal Blue #123F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 54.49%

R = 10.11%
G = 35.39%
B = 54.49%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123F61 (or 0x123F61) is known color: Regal Blue. HEX triplet: 12, 3F and 61. RGB value is (18,63,97). Sum of RGB (Red+Green+Blue) = 18+63+97=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #123F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F61 is #EDC09E. Grayscale: #353535. Windows color (decimal): -15581343 or 6373138. OLE color: 6373138.

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

Color convert

RGB 18 63 97 -
CMYK 0.81 0.35 0 0.62
HSL 205.82º 0.69% 0.23% -
HSV(B) 205.82º 0.81% 0.38% -
XYZ 4.18 4.55 11.97 -
YUV 53.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 18 63 97 0.81 0.35 0 0.62 205.82 0.69 0.23
Hex 12 3F 61 51 23 0 3E CE 45 17
Octal 22 77 141 121 43 0 76 316 105 27
Binary 10010 111111 1100001 1010001 100011 0 111110 11001110 1000101 10111

Color Harmonies of #123F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F61

Black with #123F61

Text Example


Text Example

White with #123F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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