Html Css Color HEX #123851 Regal Blue

📋 copy color: '#123851'

red 18 ◦ green 56 ◦ blue 81

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

Shades of Regal Blue #123851

Tints of Regal Blue #123851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.13%

 BLUE value IS 81 (32.03% from 255) = 52.26%

R = 11.61%
G = 36.13%
B = 52.26%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123851 (or 0x123851) is known color: Regal Blue. HEX triplet: 12, 38 and 51. RGB value is (18,56,81). Sum of RGB (Red+Green+Blue) = 18+56+81=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #123851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123851 is #EDC7AE. Grayscale: #2F2F2F. Windows color (decimal): -15583151 or 5322770. OLE color: 5322770.

HSL color Cylindrical-coordinate representation of color #123851: hue angle of 203.81º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123851 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 56 81 -
CMYK 0.78 0.31 0 0.68
HSL 203.81º 0.64% 0.19% -
HSV(B) 203.81º 0.78% 0.32% -
XYZ 3.15 3.55 8.3 -
YUV 47.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 18 56 81 0.78 0.31 0 0.68 203.81 0.64 0.19
Hex 12 38 51 4E 1F 0 44 CC 40 13
Octal 22 70 121 116 37 0 104 314 100 23
Binary 10010 111000 1010001 1001110 11111 0 1000100 11001100 1000000 10011

Color Harmonies of #123851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123851

Black with #123851

Text Example


Text Example

White with #123851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123851; }

 p { color: rgb(18,56,81); }

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

background-color css

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

 a { background-color: rgb(18,56,81); }

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

border-color css

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

 span { border-color: rgb(18,56,81); }

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