Html Css Color HEX #1C3850 Regal Blue

📋 copy color: '#1C3850'

red 28 ◦ green 56 ◦ blue 80

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

Shades of Regal Blue #1C3850

Tints of Regal Blue #1C3850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.78%

R = 17.07%
G = 34.15%
B = 48.78%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1C3850 (or 0x1C3850) is known color: Regal Blue. HEX triplet: 1C, 38 and 50. RGB value is (28,56,80). Sum of RGB (Red+Green+Blue) = 28+56+80=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C3850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3850 is #E3C7AF. Grayscale: #323232. Windows color (decimal): -14927792 or 5257244. OLE color: 5257244.

HSL color Cylindrical-coordinate representation of color #1C3850: hue angle of 207.69º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3850 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 28 56 80 -
CMYK 0.65 0.30 0 0.69
HSL 207.69º 0.48% 0.21% -
HSV(B) 207.69º 0.65% 0.31% -
XYZ 3.34 3.65 8.12 -
YUV 50.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 28 56 80 0.65 0.30 0 0.69 207.69 0.48 0.21
Hex 1C 38 50 41 1E 0 45 D0 30 15
Octal 34 70 120 101 36 0 105 320 60 25
Binary 11100 111000 1010000 1000001 11110 0 1000101 11010000 110000 10101

Color Harmonies of #1C3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3850

Black with #1C3850

Text Example


Text Example

White with #1C3850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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