Html Css Color HEX #123652 Regal Blue

📋 copy color: '#123652'

red 18 ◦ green 54 ◦ blue 82

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

Shades of Regal Blue #123652

Tints of Regal Blue #123652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.06%

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

R = 11.69%
G = 35.06%
B = 53.25%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123652 (or 0x123652) is known color: Regal Blue. HEX triplet: 12, 36 and 52. RGB value is (18,54,82). Sum of RGB (Red+Green+Blue) = 18+54+82=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #123652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123652 is #EDC9AD. Grayscale: #2E2E2E. Windows color (decimal): -15583662 or 5387794. OLE color: 5387794.

HSL color Cylindrical-coordinate representation of color #123652: hue angle of 206.25º 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 #123652 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 54 82 -
CMYK 0.78 0.34 0 0.68
HSL 206.25º 0.64% 0.2% -
HSV(B) 206.25º 0.78% 0.32% -
XYZ 3.09 3.38 8.47 -
YUV 46.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 18 54 82 0.78 0.34 0 0.68 206.25 0.64 0.2
Hex 12 36 52 4E 22 0 44 CE 40 14
Octal 22 66 122 116 42 0 104 316 100 24
Binary 10010 110110 1010010 1001110 100010 0 1000100 11001110 1000000 10100

Color Harmonies of #123652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123652

Black with #123652

Text Example


Text Example

White with #123652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123652; }

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

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

background-color css

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

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

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

border-color css

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

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

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