Html Css Color HEX #1C385A Regal Blue

📋 copy color: '#1C385A'

red 28 ◦ green 56 ◦ blue 90

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

Shades of Regal Blue #1C385A

Tints of Regal Blue #1C385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.18%

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 16.09%
G = 32.18%
B = 51.72%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C385A (or 0x1C385A) is known color: Regal Blue. HEX triplet: 1C, 38 and 5A. RGB value is (28,56,90). Sum of RGB (Red+Green+Blue) = 28+56+90=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C385A is #E3C7A5. Grayscale: #333333. Windows color (decimal): -14927782 or 5912604. OLE color: 5912604.

HSL color Cylindrical-coordinate representation of color #1C385A: hue angle of 212.9º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C385A is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 56 90 -
CMYK 0.69 0.38 0 0.65
HSL 212.9º 0.53% 0.23% -
HSV(B) 212.9º 0.69% 0.35% -
XYZ 3.74 3.81 10.21 -
YUV 51.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 28 56 90 0.69 0.38 0 0.65 212.9 0.53 0.23
Hex 1C 38 5A 45 26 0 41 D5 35 17
Octal 34 70 132 105 46 0 101 325 65 27
Binary 11100 111000 1011010 1000101 100110 0 1000001 11010101 110101 10111

Color Harmonies of #1C385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C385A

Black with #1C385A

Text Example


Text Example

White with #1C385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,56,90); }

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

background-color css

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

 a { background-color: rgb(28,56,90); }

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

border-color css

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

 span { border-color: rgb(28,56,90); }

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