Html Css Color HEX #123952 Regal Blue

📋 copy color: '#123952'

red 18 ◦ green 57 ◦ blue 82

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

Shades of Regal Blue #123952

Tints of Regal Blue #123952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 52.23%

R = 11.46%
G = 36.31%
B = 52.23%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123952 (or 0x123952) is known color: Regal Blue. HEX triplet: 12, 39 and 52. RGB value is (18,57,82). Sum of RGB (Red+Green+Blue) = 18+57+82=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #123952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123952 is #EDC6AD. Grayscale: #303030. Windows color (decimal): -15582894 or 5388562. OLE color: 5388562.

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

Color convert

RGB 18 57 82 -
CMYK 0.78 0.30 0 0.68
HSL 203.44º 0.64% 0.2% -
HSV(B) 203.44º 0.78% 0.32% -
XYZ 3.24 3.66 8.52 -
YUV 48.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 18 57 82 0.78 0.30 0 0.68 203.44 0.64 0.2
Hex 12 39 52 4E 1E 0 44 CB 40 14
Octal 22 71 122 116 36 0 104 313 100 24
Binary 10010 111001 1010010 1001110 11110 0 1000100 11001011 1000000 10100

Color Harmonies of #123952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123952

Black with #123952

Text Example


Text Example

White with #123952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123952; }

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

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

background-color css

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

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

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

border-color css

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

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

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