Html Css Color HEX #123F5E Regal Blue

📋 copy color: '#123F5E'

red 18 ◦ green 63 ◦ blue 94

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

Shades of Regal Blue #123F5E

Tints of Regal Blue #123F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.71%

R = 10.29%
G = 36%
B = 53.71%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#123F5E (or 0x123F5E) is known color: Regal Blue. HEX triplet: 12, 3F and 5E. RGB value is (18,63,94). Sum of RGB (Red+Green+Blue) = 18+63+94=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #123F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F5E is #EDC0A1. Grayscale: #343434. Windows color (decimal): -15581346 or 6176530. OLE color: 6176530.

HSL color Cylindrical-coordinate representation of color #123F5E: hue angle of 204.47º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123F5E is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 63 94 -
CMYK 0.81 0.33 0 0.63
HSL 204.47º 0.68% 0.22% -
HSV(B) 204.47º 0.81% 0.37% -
XYZ 4.05 4.49 11.24 -
YUV 53.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 18 63 94 0.81 0.33 0 0.63 204.47 0.68 0.22
Hex 12 3F 5E 51 21 0 3F CC 44 16
Octal 22 77 136 121 41 0 77 314 104 26
Binary 10010 111111 1011110 1010001 100001 0 111111 11001100 1000100 10110

Color Harmonies of #123F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F5E

Black with #123F5E

Text Example


Text Example

White with #123F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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