Html Css Color HEX #123F5C Regal Blue

📋 copy color: '#123F5C'

red 18 ◦ green 63 ◦ blue 92

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

Shades of Regal Blue #123F5C

Tints of Regal Blue #123F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 53.18%

R = 10.4%
G = 36.42%
B = 53.18%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#123F5C (or 0x123F5C) is known color: Regal Blue. HEX triplet: 12, 3F and 5C. RGB value is (18,63,92). Sum of RGB (Red+Green+Blue) = 18+63+92=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #123F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F5C is #EDC0A3. Grayscale: #343434. Windows color (decimal): -15581348 or 6045458. OLE color: 6045458.

HSL color Cylindrical-coordinate representation of color #123F5C: hue angle of 203.51º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123F5C is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 63 92 -
CMYK 0.80 0.32 0 0.64
HSL 203.51º 0.67% 0.22% -
HSV(B) 203.51º 0.8% 0.36% -
XYZ 3.96 4.46 10.78 -
YUV 52.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 18 63 92 0.80 0.32 0 0.64 203.51 0.67 0.22
Hex 12 3F 5C 50 20 0 40 CC 43 16
Octal 22 77 134 120 40 0 100 314 103 26
Binary 10010 111111 1011100 1010000 100000 0 1000000 11001100 1000011 10110

Color Harmonies of #123F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F5C

Black with #123F5C

Text Example


Text Example

White with #123F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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