Html Css Color HEX #1C395C Regal Blue

📋 copy color: '#1C395C'

red 28 ◦ green 57 ◦ blue 92

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

Shades of Regal Blue #1C395C

Tints of Regal Blue #1C395C

RGB

 RED value IS 28 (11.33% from 255) = 15.82%

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

 BLUE value IS 92 (36.33% from 255) = 51.98%

R = 15.82%
G = 32.2%
B = 51.98%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C395C (or 0x1C395C) is known color: Regal Blue. HEX triplet: 1C, 39 and 5C. RGB value is (28,57,92). Sum of RGB (Red+Green+Blue) = 28+57+92=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C395C is #E3C6A3. Grayscale: #343434. Windows color (decimal): -14927524 or 6043932. OLE color: 6043932.

HSL color Cylindrical-coordinate representation of color #1C395C: hue angle of 212.81º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C395C is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 57 92 -
CMYK 0.70 0.38 0 0.64
HSL 212.81º 0.53% 0.24% -
HSV(B) 212.81º 0.7% 0.36% -
XYZ 3.87 3.95 10.68 -
YUV 52.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 28 57 92 0.70 0.38 0 0.64 212.81 0.53 0.24
Hex 1C 39 5C 46 26 0 40 D5 35 18
Octal 34 71 134 106 46 0 100 325 65 30
Binary 11100 111001 1011100 1000110 100110 0 1000000 11010101 110101 11000

Color Harmonies of #1C395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C395C

Black with #1C395C

Text Example


Text Example

White with #1C395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C395C; }

 p { color: rgb(28,57,92); }

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

background-color css

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

 a { background-color: rgb(28,57,92); }

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

border-color css

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

 span { border-color: rgb(28,57,92); }

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