Html Css Color HEX #1C446E Regal Blue

📋 copy color: '#1C446E'

red 28 ◦ green 68 ◦ blue 110

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

Shades of Regal Blue #1C446E

Tints of Regal Blue #1C446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.01%

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 13.59%
G = 33.01%
B = 53.4%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1C446E (or 0x1C446E) is known color: Regal Blue. HEX triplet: 1C, 44 and 6E. RGB value is (28,68,110). Sum of RGB (Red+Green+Blue) = 28+68+110=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C446E is #E3BB91. Grayscale: #3C3C3C. Windows color (decimal): -14924690 or 7226396. OLE color: 7226396.

HSL color Cylindrical-coordinate representation of color #1C446E: hue angle of 210.73º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C446E is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 28 68 110 -
CMYK 0.75 0.38 0 0.57
HSL 210.73º 0.59% 0.27% -
HSV(B) 210.73º 0.75% 0.43% -
XYZ 5.36 5.51 15.53 -
YUV 60.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 28 68 110 0.75 0.38 0 0.57 210.73 0.59 0.27
Hex 1C 44 6E 4B 26 0 39 D3 3B 1B
Octal 34 104 156 113 46 0 71 323 73 33
Binary 11100 1000100 1101110 1001011 100110 0 111001 11010011 111011 11011

Color Harmonies of #1C446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C446E

Black with #1C446E

Text Example


Text Example

White with #1C446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,68,110); }

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

background-color css

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

 a { background-color: rgb(28,68,110); }

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

border-color css

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

 span { border-color: rgb(28,68,110); }

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