Html Css Color HEX #123953 Regal Blue

📋 copy color: '#123953'

red 18 ◦ green 57 ◦ blue 83

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

Shades of Regal Blue #123953

Tints of Regal Blue #123953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 52.53%

R = 11.39%
G = 36.08%
B = 52.53%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#123953 (or 0x123953) is known color: Regal Blue. HEX triplet: 12, 39 and 53. RGB value is (18,57,83). Sum of RGB (Red+Green+Blue) = 18+57+83=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #123953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123953 is #EDC6AC. Grayscale: #303030. Windows color (decimal): -15582893 or 5454098. OLE color: 5454098.

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

Color convert

RGB 18 57 83 -
CMYK 0.78 0.31 0 0.67
HSL 204º 0.64% 0.2% -
HSV(B) 204º 0.78% 0.33% -
XYZ 3.27 3.68 8.72 -
YUV 48.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 18 57 83 0.78 0.31 0 0.67 204 0.64 0.2
Hex 12 39 53 4E 1F 0 43 CC 40 14
Octal 22 71 123 116 37 0 103 314 100 24
Binary 10010 111001 1010011 1001110 11111 0 1000011 11001100 1000000 10100

Color Harmonies of #123953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123953

Black with #123953

Text Example


Text Example

White with #123953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123953; }

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

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

background-color css

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

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

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

border-color css

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

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

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