Html Css Color HEX #123959 Regal Blue

📋 copy color: '#123959'

red 18 ◦ green 57 ◦ blue 89

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

Shades of Regal Blue #123959

Tints of Regal Blue #123959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.76%

 BLUE value IS 89 (35.16% from 255) = 54.27%

R = 10.98%
G = 34.76%
B = 54.27%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#123959 (or 0x123959) is known color: Regal Blue. HEX triplet: 12, 39 and 59. RGB value is (18,57,89). Sum of RGB (Red+Green+Blue) = 18+57+89=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #123959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123959 is #EDC6A6. Grayscale: #303030. Windows color (decimal): -15582887 or 5847314. OLE color: 5847314.

HSL color Cylindrical-coordinate representation of color #123959: hue angle of 207.04º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123959 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 57 89 -
CMYK 0.80 0.36 0 0.65
HSL 207.04º 0.66% 0.21% -
HSV(B) 207.04º 0.8% 0.35% -
XYZ 3.52 3.78 9.99 -
YUV 48.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 18 57 89 0.80 0.36 0 0.65 207.04 0.66 0.21
Hex 12 39 59 50 24 0 41 CF 42 15
Octal 22 71 131 120 44 0 101 317 102 25
Binary 10010 111001 1011001 1010000 100100 0 1000001 11001111 1000010 10101

Color Harmonies of #123959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123959

Black with #123959

Text Example


Text Example

White with #123959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123959; }

 p { color: rgb(18,57,89); }

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

background-color css

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

 a { background-color: rgb(18,57,89); }

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

border-color css

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

 span { border-color: rgb(18,57,89); }

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