Html Css Color HEX #1C3E63 Regal Blue

📋 copy color: '#1C3E63'

red 28 ◦ green 62 ◦ blue 99

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

Shades of Regal Blue #1C3E63

Tints of Regal Blue #1C3E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.8%

 BLUE value IS 99 (39.06% from 255) = 52.38%

R = 14.81%
G = 32.8%
B = 52.38%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1C3E63 (or 0x1C3E63) is known color: Regal Blue. HEX triplet: 1C, 3E and 63. RGB value is (28,62,99). Sum of RGB (Red+Green+Blue) = 28+62+99=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C3E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3E63 is #E3C19C. Grayscale: #373737. Windows color (decimal): -14926237 or 6503964. OLE color: 6503964.

HSL color Cylindrical-coordinate representation of color #1C3E63: hue angle of 211.27º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C3E63 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 28 62 99 -
CMYK 0.72 0.37 0 0.61
HSL 211.27º 0.56% 0.25% -
HSV(B) 211.27º 0.72% 0.39% -
XYZ 4.45 4.59 12.46 -
YUV 56.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 28 62 99 0.72 0.37 0 0.61 211.27 0.56 0.25
Hex 1C 3E 63 48 25 0 3D D3 38 19
Octal 34 76 143 110 45 0 75 323 70 31
Binary 11100 111110 1100011 1001000 100101 0 111101 11010011 111000 11001

Color Harmonies of #1C3E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3E63

Black with #1C3E63

Text Example


Text Example

White with #1C3E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,62,99); }

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

background-color css

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

 a { background-color: rgb(28,62,99); }

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

border-color css

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

 span { border-color: rgb(28,62,99); }

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